We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2eaca6 commit 5ecf5c6Copy full SHA for 5ecf5c6
1 file changed
setup.py
@@ -100,7 +100,7 @@
100
"fastai==2.2.7",
101
"fastapi==0.61.0",
102
"feedparser==5.2.1",
103
- "flask>=1.0.3,<=1.1.1
+ "flask>=1.0.3,<=1.1.1",
104
"flask-login==0.5.0",
105
"geopandas==0.8.2",
106
"gym>=0.15.6",
@@ -109,7 +109,7 @@
109
"ipython==7.17.0",
110
"jieba3k==0.35.1",
111
"joblib==0.16.0",
112
- "kiwisolver>=1.0.0
+ "kiwisolver>=1.0.0",
113
"lasio==0.25.0",
114
"lightgbm==2.3.0",
115
"llvmlite==0.35.0",
@@ -125,9 +125,9 @@
125
"opencv-python-headless==4.3.0.36",
126
"opencv-python==4.3.0.36",
127
"ortools==7.8.7959",
128
- "pandas==1.1.3",
+ "pandas>=1.0.3,<=1.1.3",
129
"pathfinder==0.6.2",
130
- "pathlib2>=2.2.0
+ "pathlib2>=2.2.0",
131
"pathspec==0.8.0",
132
"pathtools",
133
"pbr==5.4.5",
0 commit comments