Factor Studios commited on
Commit
dc9890b
·
verified ·
1 Parent(s): fcd6b69

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +36 -35
requirements.txt CHANGED
@@ -1,36 +1,37 @@
1
- # Core dependencies
2
- numpy==1.24.3
3
- websockets==11.0.3
4
- aiohttp==3.8.5
5
- aiosignal==1.3.1
6
- async-timeout==4.0.3
7
- attrs==23.1.0
8
- charset-normalizer==3.2.0
9
- frozenlist==1.4.0
10
- multidict==6.0.4
11
- fastapi==0.100.1
12
- uvicorn==0.23.2
13
- jinja2==3.1.2
14
- humanize==4.7.0
15
- yarl==1.9.2
16
- python-multipart
17
- # AI/ML dependencies
18
- torch==2.0.1
19
- transformers==4.31.0
20
- scipy==1.11.2
21
-
22
- # Runtime dependencies
23
- pathlib==1.0.1
24
- psutil==5.9.5 # For system monitoring
25
- ujson==5.8.0 # Fast JSON processing
26
- tqdm==4.65.0 # Progress bars
27
- colorama==0.4.6 # Terminal colors
28
- accelerate
29
- # Development dependencies (not needed in production)
30
- mypy==1.5.1
31
- pytest==7.4.0
32
- black==23.7.0
33
- pylint==2.17.5
34
- uvicorn
35
- fastapi
 
36
  pillow
 
1
+ # Core dependencies
2
+ numpy==1.24.3
3
+ websockets==11.0.3
4
+ aiohttp==3.8.5
5
+ aiosignal==1.3.1
6
+ async-timeout==4.0.3
7
+ attrs==23.1.0
8
+ charset-normalizer==3.2.0
9
+ frozenlist==1.4.0
10
+ multidict==6.0.4
11
+ fastapi==0.100.1
12
+ uvicorn==0.23.2
13
+ jinja2==3.1.2
14
+ humanize==4.7.0
15
+ yarl==1.9.2
16
+ python-multipart
17
+ # AI/ML dependencies
18
+ torch==2.0.1
19
+ transformers==4.31.0
20
+ scipy==1.11.2
21
+ einops
22
+ timm
23
+ # Runtime dependencies
24
+ pathlib==1.0.1
25
+ psutil==5.9.5 # For system monitoring
26
+ ujson==5.8.0 # Fast JSON processing
27
+ tqdm==4.65.0 # Progress bars
28
+ colorama==0.4.6 # Terminal colors
29
+ accelerate
30
+ # Development dependencies (not needed in production)
31
+ mypy==1.5.1
32
+ pytest==7.4.0
33
+ black==23.7.0
34
+ pylint==2.17.5
35
+ uvicorn
36
+ fastapi
37
  pillow