Skip to content

Commit

Permalink
Merge branch 'materialsvirtuallab:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
kenko911 authored Sep 4, 2024
2 parents ae43929 + 402fe14 commit c355500
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.3.3)
rexml (3.3.6)
strscan
rouge (3.26.0)
ruby2_keywords (0.0.5)
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ classifiers = [
]
dependencies = [
"ase",
"dgl<=2.1.0",
"dgl<=2.2.1",
"pymatgen",
"lightning<=2.4.0",
"torch<=2.2.1",
Expand All @@ -71,6 +71,7 @@ mgl = "matgl.cli:main"
where = ["src"]

[tool.setuptools.package-data]
matgl = ["py.typed"]
"matgl.utils" = ["sb_roots.npy"]


Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
dgl==2.1.0
dgl==2.2.1
torch==2.4.0
lightning==2.4.0
pymatgen==2024.8.9
ase==3.23.0
pydantic==2.8.2
torchdata==0.8.0
boto3==1.34.160
boto3==1.35.10
numpy==1.26.4
sympy==1.13.2
1 change: 1 addition & 0 deletions src/matgl/py.typed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

0 comments on commit c355500

Please sign in to comment.