Skip to content

Commit

Permalink
Minumum version instead of exact version
Browse files Browse the repository at this point in the history
This would stop `pip install qgrid` from uninstalling the latest version of a library, like pandas 0.18, to get an older one.
  • Loading branch information
henryiii committed Apr 7, 2016
1 parent 7013953 commit 9afce1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
notebook==4.1.0
pandas==0.17.1
ipywidgets==4.1.1
notebook>=4.1.0
pandas>=0.17.1
ipywidgets>=4.1.1

0 comments on commit 9afce1c

Please sign in to comment.