diff --git a/projects/hello-world/container/src/requirements.txt b/projects/hello-world/container/src/requirements.txt index 5d42a79..f421d74 100644 --- a/projects/hello-world/container/src/requirements.txt +++ b/projects/hello-world/container/src/requirements.txt @@ -1,2 +1,2 @@ Flask>=3.0.0,<4.0.0 -gunicorn>=21.2.0,<22.0.0 +gunicorn>=21.2.0,<23.0.0 diff --git a/projects/onnx-iris/container/src/requirements.txt b/projects/onnx-iris/container/src/requirements.txt index be6cb85..0b4da00 100644 --- a/projects/onnx-iris/container/src/requirements.txt +++ b/projects/onnx-iris/container/src/requirements.txt @@ -2,6 +2,6 @@ quart==0.19.4 infernet_ml==0.1.0 PyArweave @ git+https://github.com/ritual-net/pyarweave.git web3==6.15.0 -onnx==1.15.0 +onnx==1.16.0 onnxruntime==1.16.3 torch==2.1.2 diff --git a/projects/prompt-to-nft/container/src/requirements.txt b/projects/prompt-to-nft/container/src/requirements.txt index 5ac781d..9835e39 100644 --- a/projects/prompt-to-nft/container/src/requirements.txt +++ b/projects/prompt-to-nft/container/src/requirements.txt @@ -2,4 +2,4 @@ quart==0.19.4 infernet_ml==0.1.0 PyArweave @ git+https://github.com/ritual-net/pyarweave.git web3==6.15.0 -tqdm==4.66.1 +tqdm==4.66.3 diff --git a/projects/prompt-to-nft/stablediffusion/src/requirements.txt b/projects/prompt-to-nft/stablediffusion/src/requirements.txt index e2c6fae..faa124f 100644 --- a/projects/prompt-to-nft/stablediffusion/src/requirements.txt +++ b/projects/prompt-to-nft/stablediffusion/src/requirements.txt @@ -1,6 +1,6 @@ diffusers~=0.19 invisible_watermark~=0.1 -transformers==4.36 +transformers==4.38.0 accelerate~=0.21 safetensors~=0.3 Quart==0.19.4 diff --git a/projects/tgi-llm/container/src/requirements.txt b/projects/tgi-llm/container/src/requirements.txt index 0ef237a..72cda7c 100644 --- a/projects/tgi-llm/container/src/requirements.txt +++ b/projects/tgi-llm/container/src/requirements.txt @@ -3,4 +3,4 @@ infernet_ml==0.1.0 PyArweave @ git+https://github.com/ritual-net/pyarweave.git web3==6.15.0 retry2==0.9.5 -text-generation==0.6.1 +text-generation==0.7.0 diff --git a/projects/tgi-llm/ui/src/requirements.txt b/projects/tgi-llm/ui/src/requirements.txt index 9bff6ea..af78205 100644 --- a/projects/tgi-llm/ui/src/requirements.txt +++ b/projects/tgi-llm/ui/src/requirements.txt @@ -1,4 +1,4 @@ python-dotenv==1.0.0 -gradio==3.47.1 +gradio==4.19.2 huggingface-hub==0.17.3 -text-generation==0.6.1 +text-generation==0.7.0 diff --git a/requirements.txt b/requirements.txt index 4034edb..70b335e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ -gunicorn==21.2.0 +gunicorn==22.0.0 mypy==1.8.0 mypy-extensions==1.0.0 packaging==23.2 -requests==2.31.0 +requests==2.32.2 ruff==0.1.13 types-click==7.1.8 types-Flask==1.1.6 @@ -17,6 +17,6 @@ infernet_ml==0.1.0 PyArweave @ git+https://github.com/ritual-net/pyarweave.git torch==2.2.1 web3==6.15.0 -onnx==1.15.0 +onnx==1.16.0 onnxruntime==1.17.1 pre-commit==2.15.0