Skip to content

Commit

Permalink
Fix requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
gasteigerjo committed May 30, 2022
1 parent 1922774 commit 0110dce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
6 changes: 2 additions & 4 deletions env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ channels:
- pyg
dependencies:
- python==3.8
- pytorch==1.10
- torchvision
- cudatoolkit=11.3
- torchaudio
- pytorch-geometric
- pytorch==1.10
- pytorch-scatter
- jupyterlab
- numpy
- numba
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ ase
nglview
numba
jupyterlab
torchvision
torchaudio
torch==1.10
torch-scatter
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@
packages=["gemnet"],
install_requires=install_requires,
zip_safe=False,
python_requires='>=3.8',
)

0 comments on commit 0110dce

Please sign in to comment.