Create requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Requirements for poler.py
|
| 2 |
+
pandas==2.0.3
|
| 3 |
+
numpy==1.24.3
|
| 4 |
+
pulp==2.7.0
|
| 5 |
+
matplotlib==3.7.2
|
| 6 |
+
gradio==3.50.2
|
| 7 |
+
plotly==5.15.0
|
| 8 |
+
seaborn==0.12.2
|
| 9 |
+
ortools==9.6.2534
|
| 10 |
+
deap==1.3.3
|
| 11 |
+
psutil==5.9.5
|
| 12 |
+
|
| 13 |
+
# Additional dependencies that might be needed
|
| 14 |
+
gurobipy>=10.0.0 # Optional: Only if using Gurobi solver
|