.gitignore
0 → 100644
+5
−0
README.md
0 → 100644
+126
−0
requirements.txt
0 → 100644
+6
−0
| Original line number | Diff line number | Diff line |
|---|---|---|
numpy>=1.21.0
|
||
pandas>=1.3.0
|
||
pygame>=2.0.0
|
||
scikit-learn>=1.0.0
|
||
xgboost>=1.5.0 |
||
No newline at end of file |
setup.py
0 → 100644
+16
−0
supply_chain_sim/__init__.py
0 → 100644
+29
−0
Loading