Skip to content

Commit 04ee206

Browse files
committed
Updating requirements to be >= instead of ==.
1 parent bc76aef commit 04ee206

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
numpy==1.9.2
2-
scipy==0.15.0
3-
matplotlib==1.4.3
4-
nose==1.3.4
1+
numpy>=1.9.2
2+
scipy>=0.15.0
3+
matplotlib>=1.4.3
4+
nose>=1.3.4

0 commit comments

Comments
 (0)