Skip to content

Commit

Permalink
Updating requirements to be >= instead of ==.
Browse files Browse the repository at this point in the history
  • Loading branch information
veeresht committed Apr 29, 2016
1 parent bc76aef commit 04ee206
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy==1.9.2
scipy==0.15.0
matplotlib==1.4.3
nose==1.3.4
numpy>=1.9.2
scipy>=0.15.0
matplotlib>=1.4.3
nose>=1.3.4

0 comments on commit 04ee206

Please sign in to comment.