Skip to content

Commit 080b047

Browse files
committed
bump hf-xet min version (#3078)
1 parent 13a3991 commit 080b047

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/conda/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ requirements:
2121
- typing-extensions
2222
- packaging
2323
- pyyaml
24-
- hf-xet >=1.1.0,<2.0.0
24+
- hf-xet >=1.1.1,<2.0.0
2525
run:
2626
- python
2727
- pip
@@ -31,7 +31,7 @@ requirements:
3131
- typing-extensions
3232
- packaging
3333
- pyyaml
34-
- hf-xet >=1.1.0,<2.0.0
34+
- hf-xet >=1.1.1,<2.0.0
3535

3636
test:
3737
imports:

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def get_version() -> str:
1414
install_requires = [
1515
"filelock",
1616
"fsspec>=2023.5.0",
17-
"hf-xet>=1.1.0,<2.0.0; platform_machine=='x86_64' or platform_machine=='amd64' or platform_machine=='arm64' or platform_machine=='aarch64'",
17+
"hf-xet>=1.1.1,<2.0.0; platform_machine=='x86_64' or platform_machine=='amd64' or platform_machine=='arm64' or platform_machine=='aarch64'",
1818
"packaging>=20.9",
1919
"pyyaml>=5.1",
2020
"requests",
@@ -56,7 +56,7 @@ def get_version() -> str:
5656
"keras<3.0",
5757
]
5858

59-
extras["hf_xet"] = ["hf_xet>=1.1.0,<2.0.0"]
59+
extras["hf_xet"] = ["hf-xet>=1.1.1,<2.0.0"]
6060

6161
extras["testing"] = (
6262
extras["cli"]

0 commit comments

Comments
 (0)