labonny commited on
Commit
255ee91
1 Parent(s): 3309579

Re-installing scikit-image

Browse files

Had to create a new conda environment, using mostly pip to install
things as the previous env had broken. Scikit-image is used for
the "Interpret" feature.

Files changed (1) hide show
  1. environment.yaml +2 -0
environment.yaml CHANGED
@@ -171,6 +171,7 @@ dependencies:
171
  - h11==0.14.0
172
  - httpcore==0.16.3
173
  - httpx==0.23.2
 
174
  - jsonschema==4.17.3
175
  - linkify-it-py==1.0.3
176
  - markdown-it-py==2.1.0
@@ -192,6 +193,7 @@ dependencies:
192
  - pyrsistent==0.19.3
193
  - python-multipart==0.0.5
194
  - rfc3986==1.5.0
 
195
  - sniffio==1.3.0
196
  - starlette==0.22.0
197
  - torch==1.13.1
 
171
  - h11==0.14.0
172
  - httpcore==0.16.3
173
  - httpx==0.23.2
174
+ - imageio==2.23.0
175
  - jsonschema==4.17.3
176
  - linkify-it-py==1.0.3
177
  - markdown-it-py==2.1.0
 
193
  - pyrsistent==0.19.3
194
  - python-multipart==0.0.5
195
  - rfc3986==1.5.0
196
+ - scikit-image==0.19.3
197
  - sniffio==1.3.0
198
  - starlette==0.22.0
199
  - torch==1.13.1