This commit is contained in:
Executable
+20
@@ -0,0 +1,20 @@
|
||||
fastapi==0.110.0
|
||||
uvicorn==0.27.1
|
||||
pandas>=2.2.0
|
||||
scikit-learn>=1.4.1.post1
|
||||
psycopg2-binary>=2.9.9
|
||||
python-dotenv==1.0.1
|
||||
numpy>=1.26.4
|
||||
# PyTorch CPU version will be installed manually in Dockerfile
|
||||
requests==2.31.0
|
||||
sqlalchemy>=2.0.25
|
||||
joblib>=1.3.0
|
||||
xgboost>=2.0.0
|
||||
# V20+ model dependencies
|
||||
lightgbm>=4.0.0
|
||||
tqdm>=4.66.0
|
||||
tabulate>=0.9.0
|
||||
pyyaml>=6.0
|
||||
# V2 async database
|
||||
asyncpg>=0.29.0
|
||||
pydantic>=2.5.0
|
||||
Reference in New Issue
Block a user