Spaces:
Sleeping
Sleeping
James McCool
commited on
Commit
·
42f907f
1
Parent(s):
f163bdd
Update requirements.txt to include scipy and wkhtmltopdf
Browse files- Added scipy for scientific computing capabilities and wkhtmltopdf for improved PDF generation support.
- This update enhances the application's functionality related to data processing and PDF export.
- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -6,4 +6,5 @@ pdfkit
|
|
6 |
pulp
|
7 |
docker
|
8 |
plotly
|
9 |
-
scipy
|
|
|
|
6 |
pulp
|
7 |
docker
|
8 |
plotly
|
9 |
+
scipy
|
10 |
+
wkhtmltopdf
|