Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse filesAdd statmodels dependency
- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -12,4 +12,5 @@ httpx==0.27.0
|
|
12 |
cachetools==5.4.0
|
13 |
python-dotenv==1.0.1
|
14 |
ipyleaflet==0.19.2
|
15 |
-
pydantic==2.8.2
|
|
|
|
12 |
cachetools==5.4.0
|
13 |
python-dotenv==1.0.1
|
14 |
ipyleaflet==0.19.2
|
15 |
+
pydantic==2.8.2
|
16 |
+
statsmodels==0.14.2
|