ddriscoll commited on
Commit
026bbfb
Β·
verified Β·
1 Parent(s): 48d27df

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +20 -30
requirements.txt CHANGED
@@ -1,31 +1,21 @@
1
- # Core Libraries
2
- numpy==1.23.5
3
- opencv-python==4.8.0.74
4
- Pillow==10.0.0
5
- requests==2.31.0
6
- wikipedia==1.4.0
7
-
8
- # PyTorch
9
- torch==2.0.1
10
-
11
- # Hugging Face Ecosystem
12
- transformers==4.31.0
13
- huggingface-hub==0.19.0
14
- diffusers==0.20.0
15
- accelerate==0.20.3
16
-
17
- # Real-ESRGAN and Dependencies
18
- realesrgan==0.3.0
19
  basicsr==1.4.2
20
-
21
- # Ultralytics (YOLO)
22
- ultralytics==8.0.120
23
-
24
- # Gradio
25
- gradio==3.40.0
26
-
27
- # Additional Packages (Ensure Compatibility)
28
- datasets==2.8.0 # Example version; adjust as needed
29
- protobuf==3.20.3 # Compatible with <4
30
- click==8.0.4 # Compatible with <8.1
31
- pydantic==1.10.7 # Compatible with ~=1.0
 
 
 
1
+ absl-py==2.1.0
2
+ accelerate==0.33.0
3
+ addict==2.4.0
4
+ aiohttp==3.10.5
5
+ aiofiles==23.2.1
6
+ anyio==4.4.0
 
 
 
 
 
 
 
 
 
 
 
 
7
  basicsr==1.4.2
8
+ diffusers==0.30.0.dev0
9
+ gradio==5.12.0
10
+ huggingface-hub==0.26.2
11
+ marigold-depth-pipeline # If provided on PyPI, otherwise note as external
12
+ numpy==1.26.4
13
+ opencv-python==4.8.1.78
14
+ Pillow==10.3.0
15
+ RealESRGAN==0.3.0 # Custom package for image upscaling
16
+ requests==2.32.3
17
+ torch==2.4.0
18
+ torchvision==0.19.0
19
+ transformers==4.44.2
20
+ ultralytics==8.2.42
21
+ wikipedia==1.4.0