openreplay/ee/recommendation/requirements_base.txt
MauricioGarciaS 7ffcf79bf6
chore(recommendations): python modules updated and added airflow dag to save sessions features (#1979)
* fix(trainer): Updated requirements

* fix(recommendations): Downgraded pydantic to 1.10.12 and mlflow to 2.5

* Updated dag for updating database with feedbacks, changed feedback file from ml_service/core into common core

* fix(recommendations): fixed database update and added more features into DB

* Updated modules in recommendations trainer and server

* chore(recommendations): Updated python modules for trainer. Added script to save features from feedback sessions into ml database.

* updated requirements

* updated requirements
2024-04-24 15:10:18 +02:00

19 lines
297 B
Text

requests==2.31.0
urllib3==2.0.7
pyjwt==2.8.0
SQLAlchemy==2.0.28
alembic==1.13.1
psycopg2-binary==2.9.9
joblib==1.3.2
scipy==1.12.0
scikit-learn==1.4.1.post1
mlflow==2.11.1
clickhouse-driver==0.2.7
python3-saml==1.16.0
python-multipart==0.0.6
python-decouple==3.8
pydantic==2.6.3
boto3==1.34.57