-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
DEPS: drop Python 3.7 and NumPy 1.17 from tests (#41678) #41989
Changes from all commits
a8133dd
6a265b6
f33fffc
e0046e8
b9ddd76
7f1ff20
7bdf47c
c4ac216
de9005b
09cd1ac
8999a92
3865792
c29a70b
c6c8405
f94dffe
69650cd
c6798bf
32cfed6
2d0c22b
7213ed8
0387028
73bcece
aecc234
5fc49f7
f15e10a
1cbeb05
13d433b
3acc1bd
3689fd0
533dbf6
53894d0
b42c340
2d853b9
f0e6ccc
3a090d7
ab6f27b
2a41987
2638d30
4540545
b5a3e8b
62a56b7
eeafda9
bd005a2
47170a4
c97059f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,13 @@ name: pandas-dev | |
channels: | ||
- conda-forge | ||
dependencies: | ||
- python=3.7.* | ||
- python=3.8 | ||
|
||
# tools | ||
- cython>=0.29.21 | ||
- pytest>=6.0 | ||
- pytest-xdist>=1.21 | ||
- hypothesis>=3.58.0 | ||
- pytest-xdist>=1.31 | ||
- hypothesis>=5.5.3 | ||
- pytest-cov>=2.10.1 # this is only needed in the coverage build, ref: GH 35737 | ||
|
||
# pandas dependencies | ||
|
@@ -25,11 +25,10 @@ dependencies: | |
- flask | ||
- nomkl | ||
- numexpr | ||
- numpy=1.17.* | ||
- numpy=1.18 | ||
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. do we need this as 1.18.*? 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. I believe 1.18.* and 1.18 are equivalent. They both resolve to the latest 1.18 version. |
||
- odfpy | ||
- openpyxl | ||
- pandas-gbq | ||
- google-cloud-bigquery>=1.27.2 # GH 36436 | ||
- psycopg2 | ||
- pyarrow>=0.17.0 | ||
- pymysql | ||
|
@@ -43,7 +42,7 @@ dependencies: | |
- sqlalchemy | ||
- statsmodels | ||
- xarray | ||
- xlrd<2.0 | ||
- xlrd | ||
- xlsxwriter | ||
- xlwt | ||
- pip | ||
|
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.3.2 | ||
- 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 |
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.