Skip to content

Commit 84fd083

Browse files
upgrade to python 3.10
1 parent f659d31 commit 84fd083

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FROM mcr.microsoft.com/devcontainers/python:3.9-bookworm
1+
FROM mcr.microsoft.com/devcontainers/python:3.10-bookworm

app/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Flask==2.0.1
22
Flask-WTF==1.2.2
33
Werkzeug==2.0.3
4-
scikit-learn==0.24.2
4+
scikit-learn==1.0.2
55
segment-analytics-python==2.3.3
66
numpy==1.22.0
77
sentence-transformers==2.2.1
8-
torch==1.10.0
8+
torch==1.11.0
99
huggingface_hub==0.8.1
1010
openai==0.28.0
1111
PyYAML==6.0.2

0 commit comments

Comments
 (0)