Skip to content

Commit

Permalink
moved some deps to torch_requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
wolearyc committed Sep 13, 2024
1 parent 8b75ed8 commit 91faf9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ numpy >= 1.24.0;python_version=='3.11' # minimum recommended
numpy >= 1.26.0;python_version=='3.12' # minimum working
pre-commit == 3.7.1
pylint == 3.2.6
pyparsing >= 3.0.0
pytest == 8.3.1
scipy >= 1.10.0;python_version=='3.10' # minimum recommended
scipy >= 1.10.0;python_version=='3.11' # minimum recommended
Expand All @@ -21,4 +20,3 @@ spglib >= 1.16.4;python_version=='3.12' # minimum working
tabulate >= 0.8.8;python_version=='3.10' # minimum working
tabulate >= 0.8.8;python_version=='3.11' # minimum working
tabulate >= 0.8.8;python_version=='3.12' # minimum working
torch_geometric >= 2.5.3
3 changes: 3 additions & 0 deletions torch_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
pyparsing >= 3.0.0
scikit-learn >= 1.2.0
torch==2.4.1;sys_platform=="darwin"
torch==2.4.1+cpu;sys_platform=="linux"
torch==2.4.1+cpu;sys_platform=="win32"
torch_geometric >= 2.5.3

0 comments on commit 91faf9c

Please sign in to comment.