File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
3636test :
3737 imports :
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ def get_version() -> str:
1414install_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
6161extras ["testing" ] = (
6262 extras ["cli" ]
You can’t perform that action at this time.
0 commit comments