Skip to content

Commit

Permalink
update pyproject.toml and requirements.txt to adapt dgl-2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
kenko911 committed May 9, 2024
1 parent ff0433e commit e368af2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,11 @@ classifiers = [
]
dependencies = [
"ase",
"dgl",
"dgl>=2.0.0",
"pymatgen",
"pytorch_lightning",
"torch",
"torch<=2.2.1",
"pydantic"
]
version = "1.0.0"

Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
dgl==1.1.3
dgl==2.2.0
torch==2.2.1
pytorch_lightning==2.0.9
pymatgen==2024.3.1
ase==3.22.1
pydantic
boto3

0 comments on commit e368af2

Please sign in to comment.