Duskfallcrew commited on
Commit
7ecf14e
·
verified ·
1 Parent(s): 2623ef7

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -16
requirements.txt CHANGED
@@ -1,21 +1,18 @@
1
  # Core dependencies
2
- gradio>=5.16.1
3
- fastapi>=0.104.0
4
- uvicorn[standard]>=0.29.0
5
- pydantic>=2.0
6
- httpx>=0.25.0
7
- python-multipart>=0.0.6
8
 
9
  # ML stack
10
- torch>=2.0.0
11
- diffusers>=0.21.4
12
- transformers>=4.30.0
13
- safetensors>=0.3.1
14
- xformers>=0.0.22 # Compatible with torch 2.0+
15
 
16
  # Utilities
17
- psutil>=5.9.0
18
- requests>=2.31.0
19
- tqdm>=4.65.0
20
- gdown>=4.7.1
21
- huggingface-hub>=0.15.0
 
1
  # Core dependencies
2
+ gradio # Let pip install the latest, <=5.16.1
3
+ fastapi>=0.110.0 # Use the latest stable
4
+ uvicorn[standard] # Let pip choose, but keep [standard]
5
+ pydantic>=2.0 # Let pip choose the newest, but after 2.0
6
+ httpx>=0.27.0 # Use the latest stable
7
+ python-multipart>=0.0.9 # Use the latest stable
8
 
9
  # ML stack
10
+ torch>=2.1.0 # Allow for updates, but keep a reasonable minimum
11
+ diffusers # Let pip install the latest
12
+ transformers # Let pip install the latest
13
+ safetensors # Let pip install the latest
14
+ xformers # Let pip resolve; torch manages this
15
 
16
  # Utilities
17
+ requests>=2.31.0 # Use the latest stable.
18
+ huggingface_hub # Let pip install the latest