initial project setup with README and ignore
This commit is contained in:
18
requirements.txt
Normal file
18
requirements.txt
Normal file
@@ -0,0 +1,18 @@
|
||||
fastapi
|
||||
uvicorn
|
||||
python-dotenv
|
||||
requests
|
||||
numpy
|
||||
pandas
|
||||
scikit-learn
|
||||
scipy
|
||||
openpyxl
|
||||
xlsxwriter
|
||||
httpx
|
||||
ortools
|
||||
pyarrow
|
||||
# ML Hypertuning
|
||||
xgboost>=2.0.0
|
||||
optuna>=3.5.0
|
||||
sqlalchemy>=2.0.0
|
||||
apscheduler>=3.10.0
|
||||
Reference in New Issue
Block a user