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 be04063 commit f6ebd74Copy full SHA for f6ebd74
.circleci/config.yml
@@ -58,7 +58,7 @@ jobs:
58
- run:
59
name: run tests
60
command: |
61
- pip install pandas<1.2.0 numpy<1.20.0
+ pip install pandas==1.1.5 numpy==1.19.4
62
python setup.py install
63
pip install flake8 && flake8 alpaca_trade_api tests
64
python setup.py test
0 commit comments