Skip to content

Commit 39ebbc0

Browse files
rajataryaWauplin
andauthored
add support for platform.machine()=="ARM64" (#3465)
Co-authored-by: Lucain <[email protected]>
1 parent d15ae13 commit 39ebbc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def get_version() -> str:
1616
install_requires = [
1717
"filelock",
1818
"fsspec>=2023.5.0",
19-
"hf-xet>=1.1.3,<2.0.0; platform_machine=='x86_64' or platform_machine=='amd64' or platform_machine=='arm64' or platform_machine=='aarch64'",
19+
"hf-xet>=1.1.3,<2.0.0; platform_machine=='x86_64' or platform_machine=='amd64' or platform_machine=='AMD64' or platform_machine=='arm64' or platform_machine=='aarch64'",
2020
"httpx>=0.23.0, <1",
2121
"packaging>=20.9",
2222
"pyyaml>=5.1",

0 commit comments

Comments
 (0)