Update environment.yml
Browse files- environment.yml +7 -10
environment.yml
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
name:
|
2 |
channels:
|
3 |
- pytorch
|
4 |
- anaconda
|
@@ -145,7 +145,6 @@ dependencies:
|
|
145 |
- et-xmlfile==1.1.0
|
146 |
- executing==0.10.0
|
147 |
- fairscale==0.4.13
|
148 |
-
- fastapi==0.115.11
|
149 |
- ffmpy==0.3.0
|
150 |
- filelock==3.8.0
|
151 |
- fire==0.5.0
|
@@ -160,8 +159,6 @@ dependencies:
|
|
160 |
- gitpython==3.1.27
|
161 |
- google-auth==2.6.6
|
162 |
- google-auth-oauthlib==0.4.6
|
163 |
-
- gradio==4.44.1
|
164 |
-
- gradio-client==1.3.0
|
165 |
- grpcio==1.46.3
|
166 |
- h11==0.14.0
|
167 |
- hiq-python==1.1.10
|
@@ -273,7 +270,6 @@ dependencies:
|
|
273 |
- scikit-image==0.19.2
|
274 |
- scikit-learn==1.0.2
|
275 |
- scipy==1.8.0
|
276 |
-
- scispacy==0.5.0
|
277 |
- seaborn==0.11.2
|
278 |
- semantic-version==2.10.0
|
279 |
- semver==2.13.0
|
@@ -288,9 +284,6 @@ dependencies:
|
|
288 |
- smart-open==5.2.1
|
289 |
- smmap==5.0.0
|
290 |
- sniffio==1.3.0
|
291 |
-
- spacy==3.2.4
|
292 |
-
- spacy-legacy==3.0.9
|
293 |
-
- spacy-loggers==1.0.2
|
294 |
- srsly==2.4.3
|
295 |
- srt==3.5.2
|
296 |
- stack-data==0.4.0
|
@@ -300,7 +293,6 @@ dependencies:
|
|
300 |
- tabulate==0.9.0
|
301 |
- tensorboard==2.9.0
|
302 |
- tensorboardx==2.5
|
303 |
-
- thinc==8.0.17
|
304 |
- threadpoolctl==3.1.0
|
305 |
- tifffile==2022.5.4
|
306 |
- timm==0.5.4
|
@@ -340,4 +332,9 @@ dependencies:
|
|
340 |
- yacs==0.1.8
|
341 |
- yapf==0.43.0
|
342 |
- yarl==1.8.1
|
343 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
name: ssgqa_2
|
2 |
channels:
|
3 |
- pytorch
|
4 |
- anaconda
|
|
|
145 |
- et-xmlfile==1.1.0
|
146 |
- executing==0.10.0
|
147 |
- fairscale==0.4.13
|
|
|
148 |
- ffmpy==0.3.0
|
149 |
- filelock==3.8.0
|
150 |
- fire==0.5.0
|
|
|
159 |
- gitpython==3.1.27
|
160 |
- google-auth==2.6.6
|
161 |
- google-auth-oauthlib==0.4.6
|
|
|
|
|
162 |
- grpcio==1.46.3
|
163 |
- h11==0.14.0
|
164 |
- hiq-python==1.1.10
|
|
|
270 |
- scikit-image==0.19.2
|
271 |
- scikit-learn==1.0.2
|
272 |
- scipy==1.8.0
|
|
|
273 |
- seaborn==0.11.2
|
274 |
- semantic-version==2.10.0
|
275 |
- semver==2.13.0
|
|
|
284 |
- smart-open==5.2.1
|
285 |
- smmap==5.0.0
|
286 |
- sniffio==1.3.0
|
|
|
|
|
|
|
287 |
- srsly==2.4.3
|
288 |
- srt==3.5.2
|
289 |
- stack-data==0.4.0
|
|
|
293 |
- tabulate==0.9.0
|
294 |
- tensorboard==2.9.0
|
295 |
- tensorboardx==2.5
|
|
|
296 |
- threadpoolctl==3.1.0
|
297 |
- tifffile==2022.5.4
|
298 |
- timm==0.5.4
|
|
|
332 |
- yacs==0.1.8
|
333 |
- yapf==0.43.0
|
334 |
- yarl==1.8.1
|
335 |
+
- gradio
|
336 |
+
- gradio-client
|
337 |
+
- fastapi
|
338 |
+
- thinc
|
339 |
+
|
340 |
+
prefix: ssgqa_2
|