We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tox -r errors out in python 3.7 due to problem in building the wheels for numcodecs, which is required in zarr>=2.3.2 (latest version at the moment).
tox -r
This seems related to issues #70 and #210 in zarr.
For now I changed the default requirement to be python==3.8, but it would be nice to be able to run tox for py37.
tox
The text was updated successfully, but these errors were encountered:
update travis and tox to check both py37 and py38 since numcodec whee…
c774027
…l problem in OSOceanAcoustics#83 is resolved
leewujung
Successfully merging a pull request may close this issue.
tox -r
errors out in python 3.7 due to problem in building the wheels for numcodecs, which is required in zarr>=2.3.2 (latest version at the moment).This seems related to issues #70 and #210 in zarr.
For now I changed the default requirement to be python==3.8, but it would be nice to be able to run
tox
for py37.The text was updated successfully, but these errors were encountered: