File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ requirements:
21
21
- typing-extensions
22
22
- packaging
23
23
- pyyaml
24
- - hf-xet >=1.1.0 ,<2.0.0
24
+ - hf-xet >=1.1.1 ,<2.0.0
25
25
run :
26
26
- python
27
27
- pip
@@ -31,7 +31,7 @@ requirements:
31
31
- typing-extensions
32
32
- packaging
33
33
- pyyaml
34
- - hf-xet >=1.1.0 ,<2.0.0
34
+ - hf-xet >=1.1.1 ,<2.0.0
35
35
36
36
test :
37
37
imports :
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ def get_version() -> str:
14
14
install_requires = [
15
15
"filelock" ,
16
16
"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'" ,
18
18
"packaging>=20.9" ,
19
19
"pyyaml>=5.1" ,
20
20
"requests" ,
@@ -56,7 +56,7 @@ def get_version() -> str:
56
56
"keras<3.0" ,
57
57
]
58
58
59
- extras ["hf_xet" ] = ["hf_xet >=1.1.0 ,<2.0.0" ]
59
+ extras ["hf_xet" ] = ["hf-xet >=1.1.1 ,<2.0.0" ]
60
60
61
61
extras ["testing" ] = (
62
62
extras ["cli" ]
You can’t perform that action at this time.
0 commit comments