Drop --no-binary directives (use prebuilt arm64 wheels)
This commit is contained in:
@@ -3,18 +3,22 @@ aspy.yaml==1.3.0
|
||||
attrs==26.1.0
|
||||
black==26.3.1; python_version >= "3.10"
|
||||
black==25.11.0; python_version < "3.10"
|
||||
--no-binary black
|
||||
--no-binary pytokens
|
||||
certifi==2026.4.22
|
||||
cffi==2.0.0
|
||||
--no-binary cffi
|
||||
cfgv==3.5.0; python_version >= "3.10"
|
||||
cfgv==3.4.0; python_version < "3.10"
|
||||
charset-normalizer==3.4.7
|
||||
--no-binary charset-normalizer
|
||||
click==8.3.3; python_version >= "3.10"
|
||||
click==8.1.8; python_version < "3.10"
|
||||
distlib==0.4.0
|
||||
attrs==25.3.0
|
||||
black==25.1.0
|
||||
certifi==2025.6.15
|
||||
cffi==1.17.1
|
||||
cfgv==3.4.0
|
||||
charset-normalizer==3.4.2
|
||||
click==8.2.1
|
||||
distlib==0.3.9
|
||||
docklib==2.0.0
|
||||
entrypoints==0.4
|
||||
filelock==3.29.0; python_version >= "3.10"
|
||||
@@ -29,7 +33,6 @@ isort==8.0.1; python_version >= "3.10"
|
||||
isort==6.1.0; python_version < "3.10"
|
||||
mccabe==0.7.0
|
||||
mypy-extensions==1.1.0
|
||||
--no-binary mypy-extensions
|
||||
nodeenv==1.10.0
|
||||
packaging==26.2
|
||||
pathspec==1.1.1
|
||||
@@ -44,15 +47,21 @@ pyflakes==3.4.0
|
||||
pyobjc==12.1; python_version >= "3.10"
|
||||
pyobjc==11.1; python_version < "3.10"
|
||||
PyYAML==6.0.3
|
||||
--no-binary PyYAML
|
||||
requests==2.34.0; python_version >= "3.10"
|
||||
requests==2.32.5; python_version < "3.10"
|
||||
six==1.17.0
|
||||
tokenize-rt==6.2.0
|
||||
tomli==2.4.1
|
||||
--no-binary tomli
|
||||
urllib3==2.7.0; python_version >= "3.10"
|
||||
urllib3==2.6.3; python_version < "3.10"
|
||||
virtualenv==21.3.2
|
||||
xattr==1.3.0
|
||||
--no-binary xattr
|
||||
pyobjc==11.1
|
||||
PyYAML==6.0.2
|
||||
requests==2.32.4
|
||||
six==1.17.0
|
||||
tokenize-rt==6.2.0
|
||||
tomli==2.2.1
|
||||
urllib3==2.5.0
|
||||
virtualenv==20.31.2
|
||||
xattr==1.1.4
|
||||
|
||||
Reference in New Issue
Block a user