Skip to content

Commit

Permalink
use the compatible release operator in requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
sradc committed Feb 17, 2022
1 parent e5d2aeb commit 56da2c2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 4 additions & 2 deletions requirements-cupy.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
cupy>=10.1.0
numpy>=1.20.0
cupy~=10.1
numpy~=1.20
requests~=2.27
tqdm~=4.62
8 changes: 5 additions & 3 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
numpy>=1.20.0
pytest>=7.0.0
tensorflow>=2.1.0
numpy~=1.20
pytest~=7.0
tensorflow~=2.1
requests~=2.27
tqdm~=4.62
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
numpy>=1.20.0
numpy~=1.20
requests~=2.27
tqdm~=4.62

0 comments on commit 56da2c2

Please sign in to comment.