Skip to content

Commit f6ebd74

Browse files
committed
install specific versions of pandas, numpy for testing
1 parent be04063 commit f6ebd74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- run:
5959
name: run tests
6060
command: |
61-
pip install pandas<1.2.0 numpy<1.20.0
61+
pip install pandas==1.1.5 numpy==1.19.4
6262
python setup.py install
6363
pip install flake8 && flake8 alpaca_trade_api tests
6464
python setup.py test

0 commit comments

Comments
 (0)