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