Skip to content

Commit

Permalink
corrections for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
OMalenfantThuot committed Jun 16, 2023
1 parent 13cd2d7 commit 2e64683
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements_dev.txt
Expand Up @@ -3,6 +3,7 @@ wheel==0.40.0
black==23.3.0
flake8==6.0.0
numpy==1.23.2
-f https://download.pytorch.org/whl/cu117/torch_stable.html
torch==2.0.1
twine==4.0.2
pytest==7.3.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -4,7 +4,7 @@
readme = readme_file.read()

requirements = [
"numpy>=1.20<1.24",
"numpy>=1.20,<1.24",
"torch>=2.0.1",
"schnetpack==1.0.1",
"ase>=3.22.0",
Expand Down

0 comments on commit 2e64683

Please sign in to comment.