Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mysql-connector-python==8.1.0 # Note: Do not install mysql-connector instead of this mysql-connector-python
mysql-connector-python==9.1.0 # Note: Do not install mysql-connector instead of this mysql-connector-python

python-logging-loki==0.3.1
# See https://pypi.org/project/prometheus-api-client/
Expand All @@ -22,7 +22,7 @@ sb3-contrib

# https://pymongo.readthedocs.io/en/stable/
#pymongo==3.5.1
pymongo==4.4.1
pymongo==4.6.3

# Package for application's configuration
hydra-core==1.3.2
Expand All @@ -40,7 +40,7 @@ nbformat == 5.9.0

# Misc
#minio=7.2.9
scikit-learn==1.3.1
scikit-learn==1.5.1
scipy==1.11.4
xgboost==2.0.3
xxhash==3.5.0 #3.4.1
Expand Down