Explorar el Código

Updated Python environment

chenhaiyang hace 1 año
padre
commit
a4524882ef
Se han modificado 2 ficheros con 39 adiciones y 39 borrados
  1. 1 1
      Dockerfile
  2. 38 38
      requirements.txt

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM python:3.10
+FROM python:3.11.3
 
 WORKDIR /code
 

+ 38 - 38
requirements.txt

@@ -1,44 +1,44 @@
-anyio==3.6.1
+anyio==3.6.2
 arrow==1.2.3
-async-timeout==4.0.2
-certifi==2022.6.15
-charset-normalizer==2.1.0
+certifi==2023.5.7
+charset-normalizer==2.0.12
 click==8.1.3
-Deprecated==1.2.13
-fastapi==0.88.0
-grpcio==1.47.0
-grpcio-tools==1.47.0
-h11==0.12.0
-httpcore==0.15.0
-httpx==0.23.1
-idna==3.3
+environs==9.5.0
+fastapi==0.95.2
+greenlet==2.0.2
+grpcio==1.53.0
+h11==0.14.0
+idna==3.4
 joblib==1.2.0
-loguru==0.6.0
-mmh3==3.0.0
-numpy==1.23.5
-packaging==21.3
-pandas==1.5.2
-protobuf==3.20.1
-# psycopg2-binary==2.9.3
-pydantic==1.10.2
-pymilvus==2.2.1
-pyparsing==3.0.9
+loguru==0.7.0
+marshmallow==3.19.0
+numpy==1.24.3
+packaging==23.1
+pandas==2.0.1
+pip==23.1.2
+platformdirs==3.5.1
+pooch==1.7.0
+protobuf==4.23.1
+pydantic==1.10.8
+pymilvus==2.2.8
+PySocks==1.7.1
 python-dateutil==2.8.2
-python-dotenv==0.21.0
-pytz==2022.2.1
-redis==4.4.0
-requests==2.28.1
-rfc3986==1.5.0
-scikit-learn==1.2.0
-scipy==1.9.3
+python-dotenv==1.0.0
+pytz==2023.3
+redis==4.5.5
+requests==2.28.0
+scikit-learn==1.2.2
+scipy==1.10.1
+setuptools==67.7.2
 six==1.16.0
-sniffio==1.2.0
-SQLAlchemy==1.4.45
-starlette==0.22.0
-tencentcloud-sdk-python==3.0.792
+sniffio==1.3.0
+SQLAlchemy==2.0.15
+starlette==0.27.0
+tencentcloud-sdk-python==3.0.899
 threadpoolctl==3.1.0
-typing_extensions==4.3.0
-ujson==5.4.0
-urllib3==1.26.11
-uvicorn==0.20.0
-wrapt==1.14.1
+typing_extensions==4.6.1
+tzdata==2023.3
+ujson==5.7.0
+urllib3==1.26.16
+uvicorn==0.22.0
+wheel==0.40.0