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

PKG: Set max pin for Cython #35396

Merged
merged 1 commit into from
Jul 23, 2020
Merged

Conversation

TomAugspurger
Copy link
Contributor

We know that pandas doesn't work with Cython 3.0
(#34213,
#34014)

This sets the maximum supported version of Cython in our pyproject.toml
to ensure that pandas 1.1.0 can continue to be built from source without
Cython pre-installed after Cython 3.0 is released.

We know that pandas doesn't work with Cython 3.0
(pandas-dev#34213,
pandas-dev#34014)

This sets the maximum supported version of Cython in our pyproject.toml
to ensure that pandas 1.1.0 can continue to be built from source without
Cython pre-installed after Cython 3.0 is released.
@jreback jreback added the Dependencies Required and optional dependencies label Jul 23, 2020
@jreback jreback added this to the 1.1 milestone Jul 23, 2020
@jreback jreback merged commit d3343d9 into pandas-dev:master Jul 23, 2020
@jreback
Copy link
Contributor

jreback commented Jul 23, 2020

cool

@TomAugspurger TomAugspurger deleted the cython-max branch July 23, 2020 19:41
tacaswell added a commit to tacaswell/pandas that referenced this pull request Oct 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies Required and optional dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants