Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
streamlit
|
2 |
-
pandas
|
3 |
-
|
4 |
-
PyPDF2
|
|
|
1 |
+
streamlit==1.26.0 # Main library for the web interface
|
2 |
+
pandas==2.1.1 # For handling tabular data (fiber composition, results)
|
3 |
+
plotly==5.15.0 # For 3D visualizations of water, energy, and carbon footprints
|
|