Skip to content

Commit

Permalink
fix! (.github): Upgraded more dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniochavesgarcia committed Jan 22, 2024
1 parent 659596f commit 0352d81
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 16 deletions.
17 changes: 9 additions & 8 deletions federated-module/federated_backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
django==3.2.13
djangorestframework==3.11.0
django-cors-headers==3.2.1
django-model-utils==4.0.0
kubernetes==11.0.0
gunicorn==20.0.4
confluent-kafka==1.8.2
daphne==3.0.2
django==4.2.9
djangorestframework==3.14.0
django-cors-headers==4.3.1
django-model-utils==4.3.1
kubernetes==29.0.0
gunicorn==21.2.0
confluent-kafka==2.3.0
channels==4.0.0
daphne==4.0.0
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
kafka-python==2.0.2
confluent-kafka==1.5.0
confluent-kafka==2.3.0
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tensorflow-io==0.23.1
tensorflow-io==0.35.0
kafka-python==2.0.2
scikit-learn==1.0.2
seaborn==0.11.2
confluent-kafka==1.8.2
scikit-learn==1.4.0
seaborn==0.13.1
confluent-kafka==2.3.0
2 changes: 1 addition & 1 deletion model_inference/pytorch/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# --build-arg BASEIMG=pytorch/pytorch:1.10.0-cuda11.3-cudnn8-runtime for GPU version
# --build-arg BASEIMG=pytorch/pytorch:2.1.2-cuda11.3-cudnn8-runtime for GPU version
ARG BASEIMG=python:3.11.7
FROM ${BASEIMG}

Expand Down
2 changes: 1 addition & 1 deletion model_training/pytorch/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ requests==2.31.0


kafka-python==2.0.2
scikit-learn==1.4.2
scikit-learn==1.4.0
seaborn==0.13.1
requests==2.32.0
2 changes: 1 addition & 1 deletion model_training/tensorflow/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tensorflow-io==0.35.0
kafka-python==2.0.2
scikit-learn==1.4.2
scikit-learn==1.4.0
seaborn==0.13.1
confluent-kafka==2.3.0

0 comments on commit 0352d81

Please sign in to comment.