Skip to content

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
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

5 participants