-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DEPS: drop Python 3.7 and NumPy 1.17 from tests (#41678) #41989
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
Merged
Merged
Changes from 6 commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
a8133dd
DEPS: drop Python 3.7 and NumPy 1.17
fangchenli 6a265b6
update CI
fangchenli f33fffc
fix version
fangchenli e0046e8
fix version
fangchenli b9ddd76
fix 32-bit build
fangchenli 7f1ff20
fix 32-bit build
fangchenli 7bdf47c
Merge remote-tracking branch 'upstream/master' into drop-py37
fangchenli c4ac216
adjust min version
fangchenli de9005b
adjust min versions
fangchenli 09cd1ac
Merge remote-tracking branch 'upstream/master' into drop-py37
fangchenli 8999a92
adjust min versions
fangchenli 3865792
Merge remote-tracking branch 'upstream/master' into drop-py37
fangchenli c29a70b
add whatsnew note
fangchenli c6c8405
revert changes in code
fangchenli f94dffe
revert changes in code
fangchenli 69650cd
update python version in install.rst
fangchenli c6798bf
revert changes in code
fangchenli 32cfed6
revert changes in code
fangchenli 2d0c22b
Merge remote-tracking branch 'upstream/master' into drop-py37
fangchenli 7213ed8
stop testing gcsfs
fangchenli 0387028
resolve confilict
fangchenli 73bcece
Merge remote-tracking branch 'upstream/master' into drop-py37
fangchenli aecc234
resolve conflict
fangchenli 5fc49f7
update min ver
fangchenli f15e10a
Merge remote-tracking branch 'upstream/master' into drop-py37
fangchenli 1cbeb05
fix job name
fangchenli 13d433b
Merge remote-tracking branch 'upstream/master' into drop-py37
fangchenli 3acc1bd
Merge remote-tracking branch 'upstream/master' into drop-py37
fangchenli 3689fd0
Merge remote-tracking branch 'upstream/master' into drop-py37
fangchenli 533dbf6
Merge remote-tracking branch 'upstream/master' into drop-py37
fangchenli 53894d0
Merge branch 'master' into drop-py37
fangchenli b42c340
remove py37 sdist
fangchenli 2d853b9
resolve conflict
fangchenli f0e6ccc
resolve conflict
fangchenli 3a090d7
Merge remote-tracking branch 'upstream/master' into drop-py37
fangchenli ab6f27b
resolve conflict
fangchenli 2a41987
pin fsspec
fangchenli 2638d30
Merge remote-tracking branch 'upstream/master' into drop-py37
fangchenli 4540545
Merge remote-tracking branch 'upstream/master' into drop-py37
fangchenli b5a3e8b
update whatsnew
fangchenli 62a56b7
Merge remote-tracking branch 'upstream/master' into drop-py37
fangchenli eeafda9
Update doc/source/whatsnew/v1.4.0.rst
fangchenli bd005a2
add -W error flag back
fangchenli 47170a4
Merge remote-tracking branch 'upstream/master' into drop-py37
fangchenli c97059f
add comment
fangchenli File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
name: pandas-dev | ||
channels: | ||
- defaults | ||
- conda-forge | ||
dependencies: | ||
- python=3.8.* | ||
|
||
# tools | ||
- cython>=0.29.21 | ||
- pytest>=6.0 | ||
- pytest-cov | ||
- pytest-xdist>=1.31 | ||
- hypothesis>=5.5.3 | ||
|
||
# pandas dependencies | ||
- beautifulsoup4=4.8.2 | ||
- bottleneck=1.3.1 | ||
- lxml | ||
- matplotlib=3.1.3 | ||
- numpy=1.18.* | ||
- openpyxl=3.0.2 | ||
- python-dateutil | ||
- python-blosc | ||
- pytz=2020.1 | ||
- scipy | ||
- sqlalchemy=1.3.11 | ||
- xlrd=2.0.1 | ||
- xlsxwriter=1.2.2 | ||
- xlwt=1.3.0 | ||
- html5lib=1.1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
name: pandas-dev | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- python=3.8.0 | ||
|
||
# tools | ||
- cython=0.29.21 | ||
- pytest>=6.0 | ||
- pytest-cov | ||
- pytest-xdist>=1.31 | ||
- hypothesis>=5.5.3 | ||
- psutil | ||
|
||
# pandas dependencies | ||
- beautifulsoup4=4.8.2 | ||
- bottleneck=1.3.1 | ||
- jinja2=2.11 | ||
- numba=0.48.0 | ||
- numexpr=2.7.1 | ||
- numpy=1.18.5 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Conda cannot resolve |
||
- openpyxl=3.0.2 | ||
- pytables=3.6.1 | ||
- python-dateutil=2.8.1 | ||
- pytz=2020.1 | ||
- pyarrow=0.17.0 | ||
- scipy=1.4.1 | ||
- xlrd=2.0.1 | ||
- xlsxwriter=1.2.2 | ||
- xlwt=1.3.0 | ||
- html5lib=1.1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ABI change in Python 3.8, from cp3xm to cp3x.