We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f659d31 commit 84fd083Copy full SHA for 84fd083
.devcontainer/Dockerfile
@@ -1 +1 @@
1
-FROM mcr.microsoft.com/devcontainers/python:3.9-bookworm
+FROM mcr.microsoft.com/devcontainers/python:3.10-bookworm
app/requirements.txt
@@ -1,11 +1,11 @@
Flask==2.0.1
2
Flask-WTF==1.2.2
3
Werkzeug==2.0.3
4
-scikit-learn==0.24.2
+scikit-learn==1.0.2
5
segment-analytics-python==2.3.3
6
numpy==1.22.0
7
sentence-transformers==2.2.1
8
-torch==1.10.0
+torch==1.11.0
9
huggingface_hub==0.8.1
10
openai==0.28.0
11
PyYAML==6.0.2
0 commit comments