MogensR commited on
Commit
a7bd8de
·
1 Parent(s): 7ee4806

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -5
requirements.txt CHANGED
@@ -43,12 +43,13 @@ xformers>=0.0.28,<0.1.0
43
  opencv-python-headless==4.10.0.84
44
  opencv-contrib-python-headless==4.10.0.84
45
  moviepy>=1.0.3,<2.0
46
- # imageio must satisfy scikit-image:
47
  imageio>=2.33.0,<2.35.0
48
  imageio-ffmpeg>=0.4.9,<1.0
49
  ffmpeg-python>=0.2.0,<1.0
50
  av>=11.0.0,<12.0
51
- scikit-image>=0.33.0,<1.0
 
52
  albumentations>=1.3.1,<2.0
53
 
54
  # ============================================================================
@@ -99,8 +100,7 @@ cerberus>=1.3.5,<2.0
99
  # ============================================================================
100
  # MATANYONE (install separately, no-deps)
101
  # ============================================================================
102
- # We'll install MatAnyone without dependencies so it doesn’t pull imageio==2.25.0.
103
- # See Dockerfile step below.
104
 
105
  # ============================================================================
106
  # API & ASYNC SUPPORT
@@ -134,4 +134,3 @@ pre-commit>=3.5.0,<4.0
134
  gunicorn>=21.2.0,<22.0
135
  supervisor>=4.2.5,<5.0
136
  python-crontab>=3.0.0,<4.0
137
-
 
43
  opencv-python-headless==4.10.0.84
44
  opencv-contrib-python-headless==4.10.0.84
45
  moviepy>=1.0.3,<2.0
46
+ # imageio must satisfy moviepy and scikit-image:
47
  imageio>=2.33.0,<2.35.0
48
  imageio-ffmpeg>=0.4.9,<1.0
49
  ffmpeg-python>=0.2.0,<1.0
50
  av>=11.0.0,<12.0
51
+ # scikit-image 0.23.x and up require imageio>=2.33
52
+ scikit-image>=0.23.0,<1.0
53
  albumentations>=1.3.1,<2.0
54
 
55
  # ============================================================================
 
100
  # ============================================================================
101
  # MATANYONE (install separately, no-deps)
102
  # ============================================================================
103
+ # We'll install MatAnyone without dependencies so it doesn’t force imageio==2.25.0.
 
104
 
105
  # ============================================================================
106
  # API & ASYNC SUPPORT
 
134
  gunicorn>=21.2.0,<22.0
135
  supervisor>=4.2.5,<5.0
136
  python-crontab>=3.0.0,<4.0