Skip to content

Commit

Permalink
Merge pull request #11 from jose-moran/loosen_reqs
Browse files Browse the repository at this point in the history
Loosen requirements.txt (from == to >=)
  • Loading branch information
arnauqb authored May 28, 2024
2 parents 093bc48 + 039fc04 commit 693d320
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
h5py==3.8
pytest==7.2
pytest-cov==4.0
torch==2.0
torch-geometric==2.3
pandas==1.5
pyyaml==6.0
h5py>=3.8
pytest>=7.2
pytest-cov>=4.0
torch>=2.0
torch-geometric>=2.3
pandas>=1.5
pyyaml>=6.0

0 comments on commit 693d320

Please sign in to comment.