forked from alpacahq/alpaca-trade-api-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
set a minimum version for pandas and numpy
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |