Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/bundler/docs/rexml-3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep authored Sep 5, 2024
2 parents a9f4cb1 + e5302aa commit 9dce4f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[project]
name = "matcalc"
authors = [
{ name = "Runze Liu", email = "[email protected]" },
{ name = "Eliott Liu", email = "[email protected]" },
{ name = "Janosh Riebesell", email = "[email protected]" },
{ name = "Ji Qi", email = "[email protected]" },
Expand Down Expand Up @@ -35,11 +36,11 @@ classifiers = [
"Topic :: Scientific/Engineering :: Physics",
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = ["ase>=3.23.0", "joblib", "phonopy", "pymatgen"]
dependencies = ["ase>=3.23.0", "joblib", "phonopy", "pymatgen", "numpy<2.0.0"]
version = "0.0.4"

[project.optional-dependencies]
models = ["chgnet>=0.3.8", "mace-torch>=0.3.6", "matgl>=0.9.0", "sevenn>=0.9.3"]
models = ["chgnet>=0.3.8", "mace-torch>=0.3.6", "matgl>=1.0.0", "sevenn>=0.9.3", "dgl<=2.1.0", "torch<=2.2.1"]

[tool.setuptools]
packages = ["matcalc"]
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ joblib==1.3.1
phonopy==2.20.0
scikit-learn>=1.3.0
seekpath==2.1.0
numpy==1.26.4

0 comments on commit 9dce4f0

Please sign in to comment.