JibexBanks commited on
Commit
3fcdfb5
·
1 Parent(s): ae199cb

made changes to the requirements.txt file

Browse files
Files changed (1) hide show
  1. requirements.txt +74 -14
requirements.txt CHANGED
@@ -2,31 +2,91 @@
2
  fastapi==0.104.1
3
  pydantic==2.12.4
4
  python-dotenv==1.0.1
5
- uvicorn==0.24.0
6
  requests==2.32.5
 
7
 
8
  # Data / ML
 
9
  numpy==1.26.4
10
  pandas==2.2.2
 
 
11
  torch==2.1.0
12
  torchaudio==2.1.0
13
  torchvision==0.16.0
14
  transformers==4.36.2
15
- datasets==2.16.1
16
- scikit-learn==1.3.2
17
- Pillow==10.0.1
18
- python-multipart==0.0.6
19
  supabase==2.24.0
20
- postgrest==2.24.0
21
- supabase-auth==2.24.0
22
  supabase-functions==2.24.0
23
- storage3==2.24.0
24
-
25
 
26
  # Hugging Face / ML utilities
27
- tqdm==4.67.1
28
- sentencepiece==0.1.99
29
- regex==2025.11.3
30
- pyyaml==6.0.3
31
  joblib==1.5.2
32
- typing_extensions==4.15.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  fastapi==0.104.1
3
  pydantic==2.12.4
4
  python-dotenv==1.0.1
5
+ python-multipart==0.0.6
6
  requests==2.32.5
7
+ uvicorn==0.24.0
8
 
9
  # Data / ML
10
+ datasets==2.16.1
11
  numpy==1.26.4
12
  pandas==2.2.2
13
+ Pillow==10.0.1
14
+ scikit-learn==1.3.2
15
  torch==2.1.0
16
  torchaudio==2.1.0
17
  torchvision==0.16.0
18
  transformers==4.36.2
19
+
20
+ # Supabase
21
+ postgrest==2.24.0
22
+ storage3==2.24.0
23
  supabase==2.24.0
24
+ supabase-auth==2.24.0
 
25
  supabase-functions==2.24.0
 
 
26
 
27
  # Hugging Face / ML utilities
 
 
 
 
28
  joblib==1.5.2
29
+ pyyaml==6.0.3
30
+ regex==2025.11.3
31
+ sentencepiece==0.1.99
32
+ tqdm==4.67.1
33
+ typing_extensions==4.15.0
34
+
35
+ # Networking / Async
36
+ aiohappyeyeballs==2.6.1
37
+ aiohttp==3.13.2
38
+ aiosignal==1.4.0
39
+ anyio==3.7.1
40
+ h11==0.16.0
41
+ h2==4.3.0
42
+ httpcore==1.0.9
43
+ httpx==0.28.1
44
+ hyperframe==6.1.0
45
+ multidict==6.7.0
46
+ sniffio==1.3.1
47
+ websockets==15.0.1
48
+
49
+ # Utils / Misc
50
+ accelerate==0.26.0
51
+ annotated-types==0.7.0
52
+ attrs==25.4.0
53
+ certifi==2025.10.5
54
+ cffi==2.0.0
55
+ charset-normalizer==3.4.4
56
+ click==8.3.0
57
+ colorama==0.4.6
58
+ cryptography==46.0.3
59
+ crypto==3.0.7
60
+ deprecation==2.1.0
61
+ dill==0.3.7
62
+ filelock==3.20.0
63
+ frozenlist==1.8.0
64
+ fsspec==2023.10.0
65
+ greenlet==3.2.4
66
+ idna==3.11
67
+ Jinja2==3.1.6
68
+ MarkupSafe==3.0.3
69
+ mpmath==1.3.0
70
+ multiprocess==0.70.15
71
+ networkx==3.5
72
+ nltk==3.9.1
73
+ packaging==25.0
74
+ propcache==0.4.1
75
+ psutil==7.1.3
76
+ psycopg2==2.9.11
77
+ pyarrow==22.0.0
78
+ pyarrow-hotfix==0.7
79
+ pycparser==2.23
80
+ PyJWT==2.10.1
81
+ python-dateutil==2.9.0.post0
82
+ pytz==2025.2
83
+ realtime==2.24.0
84
+ six==1.17.0
85
+ StrEnum==0.4.15
86
+ sympy==1.14.0
87
+ threadpoolctl==3.6.0
88
+ tokenizers==0.15.1
89
+ tzdata==2025.2
90
+ urllib3==2.5.0
91
+ xxhash==3.6.0
92
+ yarl==1.22.0