Skip to content

Commit

Permalink
fixing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
maclandrol committed Dec 19, 2023
1 parent cf9fb68 commit 203fd12
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ dependencies:
- mordredcommunity

# ML
- pytorch =1.12
- pytorch >=1.13
- scikit-learn
- fcd_torch

# Optional: featurizers
- dgl
- dgllife
- dgl >=1.1.1
- dgllife >=0.3.2
- graphormer-pretrained >=0.2.3
- transformers
- tokenizers <0.13.2
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies = [
"pandas",
"numpy",
"scipy",
"torch",
"torch>=1.13",
"datamol >=0.8.0",
"pyyaml",
"platformdirs",
Expand All @@ -57,7 +57,7 @@ dependencies = [
]

[project.optional-dependencies]
dgl = ["dgl", "dgllife"]
dgl = ["dgl>=1.1.1", "dgllife>=0.3.2"]

graphormer = ["graphormer-pretrained"]

Expand Down

0 comments on commit 203fd12

Please sign in to comment.