Skip to content

Commit 9786c91

Browse files
fix requirements (#49)
1 parent 3803f4a commit 9786c91

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

requirements.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.10
2+
# This file is autogenerated by pip-compile with Python 3.9
33
# by the following command:
44
#
55
# pip-compile --output-file=requirements.txt requirements/requirements.in
@@ -46,9 +46,7 @@ fsspec==2024.3.1
4646
# -r requirements/torch-cpu-requirements.txt
4747
# huggingface-hub
4848
greenlet==3.0.3
49-
# via
50-
# -r requirements/torch-cpu-requirements.txt
51-
# sqlalchemy
49+
# via -r requirements/torch-cpu-requirements.txt
5250
h11==0.14.0
5351
# via
5452
# -r requirements/torch-cpu-requirements.txt
@@ -176,7 +174,7 @@ tokenizers==0.15.2
176174
# via
177175
# -r requirements/torch-cpu-requirements.txt
178176
# transformers
179-
torch==1.13.1+cpu
177+
torch==1.13.1
180178
# via
181179
# -r requirements/torch-cpu-requirements.txt
182180
# sequencelearn
@@ -194,6 +192,7 @@ typing-extensions==4.11.0
194192
# fastapi
195193
# huggingface-hub
196194
# pydantic
195+
# starlette
197196
# torch
198197
urllib3==1.26.18
199198
# via

0 commit comments

Comments
 (0)