Spaces:
Sleeping
Sleeping
MatteoAldovardi commited on
Commit ·
a66caf7
1
Parent(s): 7604798
aa
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -12,6 +12,7 @@ lightgbm==4.6.0
|
|
| 12 |
numpy==2.0.2
|
| 13 |
pandas==2.3.0
|
| 14 |
pip==25.1
|
|
|
|
| 15 |
pydantic==2.11.5
|
| 16 |
pydantic_core==2.33.2
|
| 17 |
python-dateutil==2.9.0.post0
|
|
@@ -22,7 +23,6 @@ scipy==1.13.1
|
|
| 22 |
setuptools==78.1.1
|
| 23 |
six==1.17.0
|
| 24 |
sniffio==1.3.1
|
| 25 |
-
starlette==0.46.2
|
| 26 |
threadpoolctl==3.6.0
|
| 27 |
typing_extensions==4.14.0
|
| 28 |
typing-inspection==0.4.1
|
|
|
|
| 12 |
numpy==2.0.2
|
| 13 |
pandas==2.3.0
|
| 14 |
pip==25.1
|
| 15 |
+
pip install starlette==0.46.2
|
| 16 |
pydantic==2.11.5
|
| 17 |
pydantic_core==2.33.2
|
| 18 |
python-dateutil==2.9.0.post0
|
|
|
|
| 23 |
setuptools==78.1.1
|
| 24 |
six==1.17.0
|
| 25 |
sniffio==1.3.1
|
|
|
|
| 26 |
threadpoolctl==3.6.0
|
| 27 |
typing_extensions==4.14.0
|
| 28 |
typing-inspection==0.4.1
|