Skip to content

Commit 3c3d75f

Browse files
committed
changed req.txt to be >=
1 parent aae9fa0 commit 3c3d75f

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

requirements.txt

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
1-
alpaca-py==0.21.0
2-
alpaca-trade-api==2.3.0
3-
black==23.7.0
4-
ipykernel==6.25.0
5-
ipython==8.12.2
6-
jupyter-client==8.3.0
7-
jupyter-core==5.3.1
8-
matplotlib==3.7.3
9-
matplotlib-inline==0.1.6
10-
mypy-extensions==1.0.0
11-
nest-asyncio==1.5.6
12-
numpy==1.24.4
13-
packaging==23.1
14-
pandas==1.3.5
15-
parso==0.8.3
1+
alpaca-py>=0.21.0
2+
alpaca-trade-api>=2.3.0
3+
black>=23.7.0
4+
ipykernel>=6.25.0
5+
ipython>=8.12.2
6+
jupyter-client>=8.3.0
7+
jupyter-core>=5.3.1
8+
matplotlib>=3.7.3
9+
matplotlib-inline>=0.1.6
10+
mypy-extensions>=1.0.0
11+
nest-asyncio>=1.5.6
12+
numpy>=1.24.4
13+
packaging>=23.1
14+
pandas>=1.3.5
15+
parso>=0.8.3
1616
Pillow>=10.0.0
17-
platformdirs==3.9.1
18-
pytest==6.2.5
19-
python-dateutil==2.8.2
20-
requests==2.31.0
21-
requests-toolbelt==0.9.1
22-
schedule==1.2.0
23-
scikit-learn==1.3.0
24-
scipy==1.10.1
25-
tqdm==4.48.2
26-
twine==3.2.0
27-
typing-extensions==4.7.1
17+
platformdirs>=3.9.1
18+
pytest>=6.2.5
19+
python-dateutil>=2.8.2
20+
requests>=2.31.0
21+
requests-toolbelt>=0.9.1
22+
schedule>=1.2.0
23+
scikit-learn>=1.3.0
24+
scipy>=1.10.1
25+
tqdm>=4.48.2
26+
twine>=3.2.0
27+
typing-extensions>=4.7.1

0 commit comments

Comments
 (0)