diff options
Diffstat (limited to '0001-remove-illegal-characters.patch')
-rw-r--r-- | 0001-remove-illegal-characters.patch | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/0001-remove-illegal-characters.patch b/0001-remove-illegal-characters.patch new file mode 100644 index 0000000..39e7651 --- /dev/null +++ b/0001-remove-illegal-characters.patch @@ -0,0 +1,31 @@ +diff --git a/requirements.txt b/requirements.txt +index 8428d32..6e2356d 100644 +--- a/requirements.txt ++++ b/requirements.txt +@@ -7,10 +7,10 @@ httpx + huggingface_hub>=0.19.3 + importlib_resources>=1.3,<7.0 + Jinja2<4.0 +-markupsafe~=2.0 +-matplotlib~=3.0 +-numpy~=1.0 +-orjson~=3.0 ++markupsafe>=2.0 ++matplotlib>=3.0 ++numpy>=1.0 ++orjson>=3.0 + packaging + pandas>=1.0,<3.0 + pillow>=8.0,<11.0 +@@ -18,8 +18,8 @@ pydantic>=2.0 + python-multipart # required for fastapi forms + pydub + pyyaml>=5.0,<7.0 +-semantic_version~=2.0 +-typing_extensions~=4.0 ++semantic_version>=2.0 ++typing_extensions>=4.0 + uvicorn>=0.14.0 + typer[all]>=0.9,<1.0 + tomlkit==0.12.0 +\ No newline at end of file |