Skip to content
New issue

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

Python 3.12 PyPI release test failures [April 17, 2024] #598

Closed
anissa111 opened this issue Apr 22, 2024 · 1 comment
Closed

Python 3.12 PyPI release test failures [April 17, 2024] #598

anissa111 opened this issue Apr 22, 2024 · 1 comment

Comments

@anissa111
Copy link
Member

anissa111 commented Apr 22, 2024

First failure: https://github.com/NCAR/geocat-comp/actions/runs/8730312012

It seems like the PyPI release for 3.12 is pulling in numpy 2.0.0rc1 as a requirement from cftime, though I'm not sure why (log). The install pulls numpy 1.26.4 for the conda install in the same run (log).

For python 3.11, cftime pulls numpy>1.13.3 (log)

Collecting numpy>1.13.3 (from cftime->geocat-comp)
  Downloading numpy-1.26.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (61 kB)

For python 3.12, though (log):

Collecting numpy>=1.26.0b1 (from cftime->geocat-comp)
  Downloading numpy-2.0.0rc1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (60 kB)
@anissa111
Copy link
Member Author

I'm going to close this for now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant