Skip to content

Commit

Permalink
updating pyproject.toml deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrewq11 committed Nov 6, 2024
1 parent 0a4c1b6 commit ea73e46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- typer
- loguru
- omegaconf >=2.0.0
- hydra-core>=1.3.2
- hydra-core >=1.3.2
- tqdm
- platformdirs

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ dependencies = [

# ML packages
"lightning >=2.0",
"torchmetrics >=0.7.0,<0.11",
"torchmetrics",
"ogb",
"torch-geometric >=2.0",
"wandb >=0.18.5",
"mup",
"torch_sparse >=0.6",
"torch_cluster >=1.5",
"torch_scatter >=2.0",

# chemistry
"datamol >=0.10",
"hydra-core",
Expand Down

0 comments on commit ea73e46

Please sign in to comment.