Skip to content

Commit fb907c0

Browse files
committed
fix(ci): fix attempt at installation errors
- removed versions from packages in requirements file
1 parent 815230d commit fb907c0

File tree

1 file changed

+56
-56
lines changed

1 file changed

+56
-56
lines changed

requirements.txt

Lines changed: 56 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,56 @@
1-
annotated-types==0.7.0
2-
anyio==4.8.0
3-
black==25.1.0
4-
certifi==2025.1.31
5-
click==8.1.8
6-
dnspython==2.7.0
7-
email_validator==2.2.0
8-
fastapi==0.115.8
9-
fastapi-cli==0.0.7
10-
h11==0.14.0
11-
httpcore==1.0.7
12-
httptools==0.6.4
13-
httpx==0.28.1
14-
idna==3.10
15-
iniconfig==2.0.0
16-
itsdangerous==2.2.0
17-
Jinja2==3.1.5
18-
joblib==1.4.2
19-
markdown-it-py==3.0.0
20-
MarkupSafe==3.0.2
21-
mdurl==0.1.2
22-
mypy-extensions==1.0.0
23-
nltk==3.9.1
24-
numpy==2.2.3
25-
orjson==3.10.15
26-
packaging==24.2
27-
pathspec==0.12.1
28-
platformdirs==4.3.6
29-
pluggy==1.5.0
30-
pydantic==2.10.6
31-
pydantic-extra-types==2.10.2
32-
pydantic-settings==2.7.1
33-
pydantic_core==2.27.2
34-
Pygments==2.19.1
35-
pytest==8.3.4
36-
python-dotenv==1.0.1
37-
python-multipart==0.0.20
38-
PyYAML==6.0.2
39-
regex==2024.11.6
40-
rich==13.9.4
41-
rich-toolkit==0.13.2
42-
scikit-learn==1.6.1
43-
scipy==1.15.2
44-
shellingham==1.5.4
45-
sniffio==1.3.1
46-
starlette==0.45.3
47-
textblob==0.19.0
48-
threadpoolctl==3.5.0
49-
tqdm==4.67.1
50-
typer==0.15.1
51-
typing_extensions==4.12.2
52-
ujson==5.10.0
53-
uvicorn==0.34.0
54-
uvloop==0.21.0
55-
watchfiles==1.0.4
56-
websockets==15.0
1+
annotated-types
2+
anyio
3+
black
4+
certifi
5+
click
6+
dnspython
7+
email_validator
8+
fastapi
9+
fastapi-cli
10+
h11
11+
httpcore
12+
httptools
13+
httpx
14+
idna
15+
iniconfig
16+
itsdangerous
17+
Jinja2
18+
joblib
19+
markdown-it-py
20+
MarkupSafe
21+
mdurl
22+
mypy-extensions
23+
nltk
24+
numpy
25+
orjson
26+
packaging
27+
pathspec
28+
platformdirs
29+
pluggy
30+
pydantic
31+
pydantic-extra-types
32+
pydantic-settings
33+
pydantic_core
34+
Pygments
35+
pytest
36+
python-dotenv
37+
python-multipart
38+
PyYAML
39+
regex
40+
rich
41+
rich-toolkit
42+
scikit-learn
43+
scipy
44+
shellingham
45+
sniffio
46+
starlette
47+
textblob
48+
threadpoolctl
49+
tqdm
50+
typer
51+
typing_extensions
52+
ujson
53+
uvicorn
54+
uvloop
55+
watchfiles
56+
websockets

0 commit comments

Comments
 (0)