feat: version bump to python 3.12.7 and upgrade packages
This commit is contained in:
parent
2b09371cbf
commit
0cee0a097a
2
bin/app
2
bin/app
@ -21,7 +21,7 @@ _venv() {
|
|||||||
*) _skip=false ;;
|
*) _skip=false ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
_py_version=${1:-3.12.0}
|
_py_version=${1:-3.12.7}
|
||||||
if ! $_skip; then
|
if ! $_skip; then
|
||||||
pyenv install $_py_version
|
pyenv install $_py_version
|
||||||
fi
|
fi
|
||||||
|
@ -7,7 +7,7 @@ click==8.1.7
|
|||||||
defusedxml==0.7.1
|
defusedxml==0.7.1
|
||||||
dnspython==2.7.0
|
dnspython==2.7.0
|
||||||
email_validator==2.2.0
|
email_validator==2.2.0
|
||||||
fastapi==0.115.2
|
fastapi==0.115.4
|
||||||
fastapi-cli==0.0.5
|
fastapi-cli==0.0.5
|
||||||
filelock==3.16.1
|
filelock==3.16.1
|
||||||
fsspec==2024.10.0
|
fsspec==2024.10.0
|
||||||
@ -16,7 +16,7 @@ h5py==3.12.1
|
|||||||
httpcore==1.0.6
|
httpcore==1.0.6
|
||||||
httptools==0.6.4
|
httptools==0.6.4
|
||||||
httpx==0.27.2
|
httpx==0.27.2
|
||||||
huggingface-hub==0.26.1
|
huggingface-hub==0.26.2
|
||||||
idna==3.10
|
idna==3.10
|
||||||
Jinja2==3.1.4
|
Jinja2==3.1.4
|
||||||
langdetect==1.0.9
|
langdetect==1.0.9
|
||||||
@ -25,7 +25,7 @@ MarkupSafe==3.0.2
|
|||||||
mdurl==0.1.2
|
mdurl==0.1.2
|
||||||
mpmath==1.3.0
|
mpmath==1.3.0
|
||||||
networkx==3.4.2
|
networkx==3.4.2
|
||||||
numpy==2.1.2
|
numpy==2.1.3
|
||||||
nvidia-cublas-cu12==12.4.5.8
|
nvidia-cublas-cu12==12.4.5.8
|
||||||
nvidia-cuda-cupti-cu12==12.4.127
|
nvidia-cuda-cupti-cu12==12.4.127
|
||||||
nvidia-cuda-nvrtc-cu12==12.4.127
|
nvidia-cuda-nvrtc-cu12==12.4.127
|
||||||
@ -42,7 +42,7 @@ onnx==1.17.0
|
|||||||
opencv-python==4.10.0.84
|
opencv-python==4.10.0.84
|
||||||
packaging==24.1
|
packaging==24.1
|
||||||
pillow==11.0.0
|
pillow==11.0.0
|
||||||
protobuf==5.28.2
|
protobuf==5.28.3
|
||||||
pyclipper==1.3.0.post6
|
pyclipper==1.3.0.post6
|
||||||
pydantic==2.9.2
|
pydantic==2.9.2
|
||||||
pydantic_core==2.23.4
|
pydantic_core==2.23.4
|
||||||
@ -50,22 +50,22 @@ Pygments==2.18.0
|
|||||||
pypdfium2==4.30.0
|
pypdfium2==4.30.0
|
||||||
python-doctr==0.10.0
|
python-doctr==0.10.0
|
||||||
python-dotenv==1.0.1
|
python-dotenv==1.0.1
|
||||||
python-multipart==0.0.12
|
python-multipart==0.0.17
|
||||||
PyYAML==6.0.2
|
PyYAML==6.0.2
|
||||||
RapidFuzz==3.10.0
|
RapidFuzz==3.10.1
|
||||||
requests==2.32.3
|
requests==2.32.3
|
||||||
rich==13.9.2
|
rich==13.9.4
|
||||||
scipy==1.14.1
|
scipy==1.14.1
|
||||||
setuptools==75.2.0
|
setuptools==75.3.0
|
||||||
shapely==2.0.6
|
shapely==2.0.6
|
||||||
shellingham==1.5.4
|
shellingham==1.5.4
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
sniffio==1.3.1
|
sniffio==1.3.1
|
||||||
starlette==0.40.0
|
starlette==0.41.2
|
||||||
sympy==1.13.1
|
sympy==1.13.1
|
||||||
torch==2.5.0
|
torch==2.5.1
|
||||||
torchvision==0.20.0
|
torchvision==0.20.1
|
||||||
tqdm==4.66.5
|
tqdm==4.66.6
|
||||||
triton==3.1.0
|
triton==3.1.0
|
||||||
typer==0.12.5
|
typer==0.12.5
|
||||||
typing_extensions==4.12.2
|
typing_extensions==4.12.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user