Skip to content

Commit 5ecf5c6

Browse files
authored
Update setup.py
1 parent e2eaca6 commit 5ecf5c6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"fastai==2.2.7",
101101
"fastapi==0.61.0",
102102
"feedparser==5.2.1",
103-
"flask>=1.0.3,<=1.1.1
103+
"flask>=1.0.3,<=1.1.1",
104104
"flask-login==0.5.0",
105105
"geopandas==0.8.2",
106106
"gym>=0.15.6",
@@ -109,7 +109,7 @@
109109
"ipython==7.17.0",
110110
"jieba3k==0.35.1",
111111
"joblib==0.16.0",
112-
"kiwisolver>=1.0.0
112+
"kiwisolver>=1.0.0",
113113
"lasio==0.25.0",
114114
"lightgbm==2.3.0",
115115
"llvmlite==0.35.0",
@@ -125,9 +125,9 @@
125125
"opencv-python-headless==4.3.0.36",
126126
"opencv-python==4.3.0.36",
127127
"ortools==7.8.7959",
128-
"pandas==1.1.3",
128+
"pandas>=1.0.3,<=1.1.3",
129129
"pathfinder==0.6.2",
130-
"pathlib2>=2.2.0
130+
"pathlib2>=2.2.0",
131131
"pathspec==0.8.0",
132132
"pathtools",
133133
"pbr==5.4.5",

0 commit comments

Comments
 (0)