Commit ·
278525a
1
Parent(s): d9a47f6
updating requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -7,7 +7,7 @@ plotly==6.3.1
|
|
| 7 |
|
| 8 |
# Data processing
|
| 9 |
pandas==2.3.2
|
| 10 |
-
numpy=
|
| 11 |
python-dateutil==2.9.0.post0
|
| 12 |
|
| 13 |
# Snowflake connectivity
|
|
@@ -30,4 +30,4 @@ beautifulsoup4==4.14.3
|
|
| 30 |
|
| 31 |
# PDF report generation
|
| 32 |
fpdf2==2.8.4
|
| 33 |
-
kaleido==
|
|
|
|
| 7 |
|
| 8 |
# Data processing
|
| 9 |
pandas==2.3.2
|
| 10 |
+
numpy>=2.0.2
|
| 11 |
python-dateutil==2.9.0.post0
|
| 12 |
|
| 13 |
# Snowflake connectivity
|
|
|
|
| 30 |
|
| 31 |
# PDF report generation
|
| 32 |
fpdf2==2.8.4
|
| 33 |
+
kaleido==0.2.1
|