Skip to content

Commit fdcd701

Browse files
committed
docs:: resolving supporting packages versions (pandas, numpy, scipy)
1 parent f6ebd74 commit fdcd701

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@ Note this module supports only python version 3.6 and above, due to
1818
the async/await and websockets module dependency.
1919

2020
## Install
21+
We support python 3.x. If you want to work with python < 3.7 please note that these package dropped support for python <3.7 for the following versions:
22+
```
23+
pandas >= 1.2.0
24+
numpy >= 1.20.0
25+
scipy >= 1.6.0
26+
```
27+
The solution - manually install these package before installing alpaca-trade-api. e.g:
28+
```
29+
pip install pandas==1.1.5 numpy==1.19.4 scipy==1.5.4
30+
```
2131

2232
```bash
2333
$ pip3 install alpaca-trade-api

0 commit comments

Comments
 (0)