Skip to content

Commit 0ce35f1

Browse files
authored
Update requirements.txt
1 parent 309c699 commit 0ce35f1

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

requirements.txt

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
tqdm==4.61.0
2-
requests==2.25.1
3-
papermill==2.3.3
4-
scipy==1.6.3
5-
statsmodels==0.12.2
6-
pytest==6.2.4
7-
numpy==1.20.3
8-
pandas==1.2.4
9-
pymc3==3.11.2
10-
click==8.0.1
1+
tqdm>=4.61.0
2+
requests>=2.25.1
3+
papermill>=2.3.3
4+
scipy>=1.6.3
5+
statsmodels>=0.12.2
6+
pytest>=6.2.4
7+
numpy>=1.20.3
8+
pandas>=1.2.4
9+
pymc3>=3.11.2
10+
click>=8.0.1
1111
cadCAD==0.4.18
1212
cadCAD_tools==0.0.1.5
13-
scikit_learn==0.24.2
14-
nbconvert==6.0.7
15-
ipython_autotime==0.2.0
16-
jupyterlab==3.0.16
17-
plotly==5.1.0
13+
scikit_learn>=0.24.2
14+
nbconvert>=6.0.7
15+
ipython_autotime>=0.2.0
16+
jupyterlab>=3.0.17
17+
plotly>=5.1.0

0 commit comments

Comments
 (0)