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

BLD: update build requirement for py39 #37135 #37144

Merged
merged 4 commits into from
Oct 16, 2020

Conversation

fangchenli
Copy link
Member

@fangchenli fangchenli commented Oct 15, 2020

@fangchenli fangchenli added Build Library building on various platforms Python 3.9 labels Oct 15, 2020
Copy link

@AdiHamdani AdiHamdani left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Many thanks for considering my request. But I'm really new with programming and cmd. How can I apply this code when I pip install in cmd?

"wheel",
"Cython>=0.29.21,<3",  # Note: sync with setup.py
"numpy==1.16.5; python_version=='3.7' and platform_system!='AIX'",
"numpy==1.17.3; python_version>='3.8' and platform_system!='AIX'",
"numpy==1.17.3; python_version=='3.8' and platform_system!='AIX'",
"numpy==1.16.5; python_version=='3.7' and platform_system=='AIX'",
"numpy==1.17.3; python_version>='3.8' and platform_system=='AIX'",
"numpy==1.17.3; python_version=='3.8' and platform_system=='AIX'",
"numpy; python_version>='3.9'",

]

[tool.black]
target-version = ['py37', 'py38']
target-version = ['py37', 'py38', 'py39']
exclude = '''
(

@fangchenli
Copy link
Member Author

Many thanks for considering my request. But I'm really new with programming and cmd. How can I apply this code when I pip install in cmd?

"wheel",
"Cython>=0.29.21,<3",  # Note: sync with setup.py
"numpy==1.16.5; python_version=='3.7' and platform_system!='AIX'",
"numpy==1.17.3; python_version>='3.8' and platform_system!='AIX'",
"numpy==1.17.3; python_version=='3.8' and platform_system!='AIX'",
"numpy==1.16.5; python_version=='3.7' and platform_system=='AIX'",
"numpy==1.17.3; python_version>='3.8' and platform_system=='AIX'",
"numpy==1.17.3; python_version=='3.8' and platform_system=='AIX'",
"numpy; python_version>='3.9'",

]

[tool.black]
target-version = ['py37', 'py38']
target-version = ['py37', 'py38', 'py39']
exclude = '''
(

I'll reply in the issue.

@jreback jreback added this to the 1.1.4 milestone Oct 16, 2020
pyproject.toml Show resolved Hide resolved
pyproject.toml Show resolved Hide resolved
pyproject.toml Outdated Show resolved Hide resolved
Co-authored-by: Tom Augspurger <TomAugspurger@users.noreply.github.com>
@jreback jreback merged commit 58dcafa into pandas-dev:master Oct 16, 2020
@jreback
Copy link
Contributor

jreback commented Oct 16, 2020

thanks @fangchenli

@lumberbot-app

This comment has been minimized.

simonjayhawkins pushed a commit to simonjayhawkins/pandas that referenced this pull request Oct 17, 2020
simonjayhawkins added a commit that referenced this pull request Oct 17, 2020
… py39 #37135 (#37189)

Co-authored-by: Fangchen Li <fangchen.li@outlook.com>
JulianWgs pushed a commit to JulianWgs/pandas that referenced this pull request Oct 26, 2020
kesmit13 pushed a commit to kesmit13/pandas that referenced this pull request Nov 2, 2020
@fangchenli fangchenli deleted the py39-build branch November 18, 2022 02:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build Library building on various platforms
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG:Installation problem in python 3.9
5 participants