We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2383a01 commit e2eb54dCopy full SHA for e2eb54d
.circleci/config.yml
@@ -58,6 +58,7 @@ jobs:
58
- run:
59
name: run tests
60
command: |
61
+ pip install pandas<1.2.0 numpy<1.20.0
62
python setup.py install
63
pip install flake8 && flake8 alpaca_trade_api tests
64
python setup.py test
requirements/requirements.txt
@@ -1,6 +1,6 @@
1
-pandas<1.2.0 # this package requires python 3.7 for higher versions
2
-numpy<1.20.0 # this package requires python 3.7 for higher versions
+pandas
+numpy
3
requests>2,<3
4
-urllib3>1.24,<1.26
+urllib3>1.24,<2
5
websocket-client>=0.56.0,<1
6
websockets>=8.0,<9
0 commit comments