summaryrefslogtreecommitdiff
path: root/0001-remove-illegal-characters.patch
blob: 39e765197572ae7cd596159ac8cb3bf49b9dc9eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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