Skip to content

Commit

Permalink
set a minimum version for pandas and numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
camelpac committed Sep 4, 2021
1 parent f61d8fd commit c0278cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements/requirements.txt
@@ -1,7 +1,7 @@
pandas # pyup: ignore - allow all versions
numpy # pyup: ignore - allow all versions
pandas>=0.18.1 # pyup: ignore - allow all versions above this
numpy>=1.11.1 # pyup: ignore - allow all versions above this
requests>2,<3
urllib3>1.24,<2
websocket-client>=0.56.0,<2
websockets>=8.0,<10
msgpack==1.0.2
msgpack==1.0.2

0 comments on commit c0278cb

Please sign in to comment.