Skip to content

Commit b46a343

Browse files
committed
Release: v1.1.1
1 parent 79db09a commit b46a343

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

src/huggingface_hub/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
from typing import TYPE_CHECKING
4747

4848

49-
__version__ = "1.1.0"
49+
__version__ = "1.1.1"
5050

5151
# Alphabetical order of definitions is ensured in tests
5252
# WARNING: any comment added in this dictionary definition will be lost when

utils/hf/setup.py

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,7 @@ def get_version() -> str:
1414

1515

1616
install_requires = [
17-
"filelock",
18-
"fsspec>=2023.5.0",
19-
"hf-xet>=1.2.0,<2.0.0; platform_machine=='x86_64' or platform_machine=='amd64' or platform_machine=='AMD64' or platform_machine=='arm64' or platform_machine=='aarch64'",
20-
"httpx>=0.23.0, <1",
21-
"packaging>=20.9",
22-
"pyyaml>=5.1",
23-
"shellingham",
24-
"tqdm>=4.42.1",
25-
"typer-slim",
26-
"typing-extensions>=3.7.4.3", # to be able to import TypeAlias
17+
f"huggingface_hub=={get_version()}",
2718
]
2819

2920
setup(

0 commit comments

Comments
 (0)