Skip to content

Commit

Permalink
Merge pull request #478 from atomistic-machine-learning/mg/fix_matsci…
Browse files Browse the repository at this point in the history
…py_requirements

Switched to matscipy pypi package
  • Loading branch information
mgastegger authored Dec 15, 2022
2 parents 6e09a74 + 73c07f1 commit b641217
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ sympy
torch_ema
rich
fasteners
matscipy

pre-commit
black
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def read(fname):
"fasteners",
"dirsync",
"torch-ema",
"matscipy @ git+https://github.com/libAtoms/matscipy.git",
"matscipy",
],
include_package_data=True,
extras_require={"test": ["pytest", "pytest-datadir", "pytest-benchmark"]},
Expand Down

0 comments on commit b641217

Please sign in to comment.