Skip to content

Fixed comment for pandas.unique #39653

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

Closed
wants to merge 106 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
106 commits
Select commit Hold shift + click to select a range
df6c6d3
Backport PR #38361: DOC: minor fixes to 1.2 release notes (#38363)
meeseeksmachine Dec 8, 2020
c666cee
Backport PR #38360: CI: activate azure pipelines/github actions on 1.…
meeseeksmachine Dec 8, 2020
2029f8a
Backport PR #38369: DOC: sync xarray version (#38371)
meeseeksmachine Dec 9, 2020
793cd88
Backport PR #38374: CLN: typo fixup in 1.2.0 whatsnew (#38384)
meeseeksmachine Dec 9, 2020
12e4bd0
Backport PR #35100: Document Tips for Debugging C Extensions (#38395)
meeseeksmachine Dec 10, 2020
5b1585a
Backport PR #38396: BUG: algos.rank with readonly values (#38409)
meeseeksmachine Dec 11, 2020
43e3fc3
Backport PR #38247: BUG: Limited available colors (#38435)
meeseeksmachine Dec 13, 2020
afa9ebd
Backport PR #38141: BUG: do not stringify file-like objects (#38458)
meeseeksmachine Dec 14, 2020
b8a5b36
Backport PR #38427: REGR: Assigning label with registered EA dtype ra…
meeseeksmachine Dec 14, 2020
1278638
Backport PR #38486: DOC: Fix missing ipython block in user_guide/inde…
meeseeksmachine Dec 15, 2020
598bd3c
Backport PR #38478: CI: Use --strict-markers for pytest 6.0.2 (#38497)
meeseeksmachine Dec 15, 2020
429b036
Backport PR #38494: TST: don't use global fixture in the base extensi…
meeseeksmachine Dec 15, 2020
78ffb8b
Backport PR #38480: CI: Supress moto server logs in tests (#38501)
meeseeksmachine Dec 15, 2020
8d309cd
Backport PR #38526: CI: pin xlrd<2.0 (#38557)
meeseeksmachine Dec 18, 2020
5ac687c
Backport PR #38514: CI: un-xfail (#38559)
meeseeksmachine Dec 18, 2020
b381e4f
Backport PR #38504: REG: DataFrame.shift with axis=1 and CategoricalI…
simonjayhawkins Dec 18, 2020
2ee1751
Backport PR #38560: Revert "REF: remove special casing from Index.equ…
meeseeksmachine Dec 18, 2020
0758b3c
Backport PR #38598: BUG: Temporarily pin the version of Sphinx to 3.3…
meeseeksmachine Dec 21, 2020
c41013e
Backport PR #38539: BUG: fix array conversion from Arrow for slided a…
meeseeksmachine Dec 21, 2020
416bdf0
Backport PR #38532: BUG: Regression in logical ops raising ValueError…
meeseeksmachine Dec 21, 2020
8d4b946
Backport PR #38613: CI: move py38 slow to azure #38429 (#38624)
meeseeksmachine Dec 21, 2020
6bdfe67
Backport PR #37534: BUG: error raise when column contains percentage …
meeseeksmachine Dec 22, 2020
f15e1e0
Backport PR #37905: BUG: groupby resample different results with .agg…
meeseeksmachine Dec 22, 2020
261d5a5
Backport PR #38638: BUG: Fix regression in pandas merge (#38639)
meeseeksmachine Dec 22, 2020
fd9670e
Backport PR #38533: BUG&TST: HTML formatting error in Styler.render()…
meeseeksmachine Dec 22, 2020
2a4c3c6
Backport PR #38293: BUG: read_json does not respect chunksize (#38658)
meeseeksmachine Dec 23, 2020
9c1efbb
Backport PR #38456: DOC: update wording about when xlrd engine can be…
meeseeksmachine Dec 23, 2020
b4cb528
Backport PR #38657: DOC/CI: fix class alias docstrings for sphinx 3.4…
meeseeksmachine Dec 24, 2020
1222a46
Backport PR #38571: DEPR: Adjust read excel behavior for xlrd >= 2.0 …
meeseeksmachine Dec 24, 2020
e7454af
Backport PR #38654: [BUG] Concat duplicates errors (or lack there of)…
meeseeksmachine Dec 24, 2020
2f47238
Backport PR #38679: Revert "Deprecated casting an object-dtype index …
meeseeksmachine Dec 26, 2020
186ef5d
Backport PR #38678: DOC: 1.2.0 release date (#38702)
meeseeksmachine Dec 26, 2020
3e89b4c
RLS: 1.2.0
Dec 26, 2020
840f16e
Backport PR #38704: DOC: Start v1.2.1 release notes (#38706)
meeseeksmachine Dec 26, 2020
be91ad1
Backport PR #38715: CI: pin jedi version<0.18.0 (#38716)
meeseeksmachine Dec 27, 2020
d095e4c
Backport PR #38344: CI: Move sql builds from Travis to Github actions…
meeseeksmachine Dec 28, 2020
6083750
Backport PR #38740: DEPR: Hide deprecated attrs _AXIS_NAMES & _AXIS_N…
meeseeksmachine Dec 28, 2020
e852abc
Backport PR #38761: CI: print build version (#38763)
meeseeksmachine Dec 28, 2020
79b8074
Backport PR #38728: REGR: to_csv created corrupt ZIP files when chunk…
meeseeksmachine Dec 29, 2020
c348cbe
Backport PR #38759: BUG: float-like string, trailing 0 truncation (#3…
meeseeksmachine Dec 29, 2020
5bdee11
Backport PR #38766: BLD: fix build failure py3.9.1 on OSX (#38777)
meeseeksmachine Dec 29, 2020
7550eed
Backport PR #38649: BUG: Fix regression for groupby.indices in case o…
meeseeksmachine Dec 30, 2020
46f896d
Backport PR #38723: BUG: inconsistency between frame.any/all with dt6…
meeseeksmachine Dec 30, 2020
6c01ced
Backport PR #38789: BUG: Fix precise_xstrtod segfault on long exponen…
meeseeksmachine Dec 30, 2020
9791d78
Backport PR #38819: REGR: read_excel does not work for most file hand…
meeseeksmachine Dec 30, 2020
fd4632d
Backport PR #38816: REGR: groupby.sem with nuisance columns (#38838)
meeseeksmachine Dec 31, 2020
3a6ba82
Backport PR #38806: DOC: fix sphinx directive error in 1.2.1 release …
simonjayhawkins Dec 31, 2020
c70668c
Backport PR #38737: BUG/REG: RollingGroupby MultiIndex levels dropped…
meeseeksmachine Dec 31, 2020
34a4e12
Backport PR #38850: DOC: sphinx error in 1.2.1 release notes (#38853)
meeseeksmachine Dec 31, 2020
44f6617
Backport PR #38471: DOC: fixes for assert_frame_equal check_freq argu…
kylekeppler Jan 2, 2021
e793c4b
Backport PR #38893: doc fix for testing.assert_series_equal check_fre…
simonjayhawkins Jan 4, 2021
23cdcf7
Backport PR #38909: BUG: Fixed regression in rolling.skew and rolling…
meeseeksmachine Jan 4, 2021
200b1a3
Backport PR #38957: DOC: move API breaking "check_freq" section from …
meeseeksmachine Jan 5, 2021
20e13fa
Backport PR #38841: Update conf.py to execute imports during pdf buil…
meeseeksmachine Jan 5, 2021
6cdb4e7
Backport PR #38803: BUG: avoid attribute error with pyarrow >=0.16.0 …
meeseeksmachine Jan 5, 2021
3dd9561
Backport PR #38987: Fix bug on master (#38991)
meeseeksmachine Jan 6, 2021
2a42c1c
Backport PR #38997: REGR: errors='replace' when encoding/errors are n…
meeseeksmachine Jan 7, 2021
8267ca9
Backport PR #39019: DOC: np.bool -> np.bool_ (#39020)
meeseeksmachine Jan 7, 2021
d53ff7a
Backport PR #39023: Fix regression in setitem when expanding DataFram…
meeseeksmachine Jan 8, 2021
f011247
Backport PR #39077: Remove xlrd benchmark after xlrd was updated to 2…
meeseeksmachine Jan 10, 2021
c65904e
Backport PR #39065: Regression in replace raising ValueError for byte…
meeseeksmachine Jan 10, 2021
2ee88b8
Backport PR #39069: REGR: diff_2d raising for int8, int16
mzeitlin11 Jan 10, 2021
46cf5f4
Backport PR #39071: Regression in loc.setitem raising ValueError with…
meeseeksmachine Jan 11, 2021
f70dac7
sync release notes on 1.2.x from master (#39105)
simonjayhawkins Jan 11, 2021
b64f818
Backport PR #39112: DOC: minor cleanup of 1.2.1 release notes (#39114)
meeseeksmachine Jan 12, 2021
673b333
Backport PR #38982: REGR: Bug fix for ExtensionArray groupby aggregat…
meeseeksmachine Jan 13, 2021
3969ca4
Backport PR #39156: CI: Mark network test as xfail (#39157)
meeseeksmachine Jan 14, 2021
250d216
Backport PR #39029: BUG: read_csv does not close file during an error…
twoertwein Jan 14, 2021
fa2241d
Backport PR #39177: CI: Pin nbformat to 5.0.8 (#39179)
meeseeksmachine Jan 14, 2021
6d599cb
Backport PR #39161: Fix regression in loc setitem raising KeyError wh…
meeseeksmachine Jan 15, 2021
dd353a1
Backport PR #39191: Revert "BUG/REG: RollingGroupby MultiIndex levels…
meeseeksmachine Jan 16, 2021
b12df46
Backport PR #39188: REGR: Different results from DataFrame.apply and …
meeseeksmachine Jan 16, 2021
032c01e
Backport PR #39196: REGR: NaT.__richmp__(dateobj) (#39201)
meeseeksmachine Jan 16, 2021
fa5976e
Backport PR #39193: CI: Set xfail to strict=False for network tests (…
meeseeksmachine Jan 16, 2021
23e2405
Backport PR #39194: REGR: fillna on datetime64[ns, UTC] column hits R…
simonjayhawkins Jan 16, 2021
9b47cb9
Backport PR #39204: BUG: assert_frame_equal raising TypeError with c…
simonjayhawkins Jan 16, 2021
e0243ee
Backport PR #39064: Added docs for the change of behavior of isin (#3…
meeseeksmachine Jan 17, 2021
44d919e
Backport PR #39139: BUG: Placeholders not being filled on docstrings …
meeseeksmachine Jan 17, 2021
79aecbd
Backport PR #39233: DOC: 1.2.1 release date (#39237)
meeseeksmachine Jan 17, 2021
15eaddd
Backport PR #39246: DOC: clean-up of v1.2.1 whatsnew (#39248)
meeseeksmachine Jan 18, 2021
3cad03f
Backport PR #39235: Revert "Inconsistent indexes for tick label plott…
meeseeksmachine Jan 18, 2021
b341ca5
Backport PR #39202 on branch 1.2.x (#39255)
twoertwein Jan 18, 2021
c7aaa49
Backport PR #39256: DOC: keep color for note admonitions in sphinx th…
meeseeksmachine Jan 19, 2021
b9b61fc
Backport PR #39253: REGR: codecs.open() is always opened in text mode…
meeseeksmachine Jan 19, 2021
b4c0110
Backport PR #39260: REGR: fix numpy accumulate ufuncs for DataFrame (…
meeseeksmachine Jan 19, 2021
69f4f96
Backport PR #39239: DEPR: raise deprecation warning in numpy ufuncs o…
meeseeksmachine Jan 20, 2021
9d598a5
RLS: 1.2.1
Jan 20, 2021
1722d5b
Backport PR #39234: DOC: Start v1.2.2 release notes (#39294)
meeseeksmachine Jan 20, 2021
7c5250b
Backport PR #39316: [DOC] Update PR link in 1.2.0 release notes (#39319)
meeseeksmachine Jan 21, 2021
66158e9
Backport PR #39314: DOC: clarify in which version the excel engine de…
meeseeksmachine Jan 21, 2021
7cdff4e
Backport PR #39406: DOC: link to correct PR (#39429)
meeseeksmachine Jan 27, 2021
06b4887
Backport PR #39376: REGR: write compressed pickle files with protocol…
meeseeksmachine Jan 27, 2021
62a46fe
Backport PR #39423: BUG: Assert_frame_equal always raising AssertionE…
phofl Jan 28, 2021
a61ab39
Backport PR #39440: REGR: prefer user-provided mode (#39452)
meeseeksmachine Jan 29, 2021
5cbfa66
Backport PR #39442 BUG: DataFrame constructor reordering elements wit…
phofl Jan 30, 2021
4a88b43
Backport PR #39487: CI: Pin pyarrow to 0.15.1 in 37 macos and linux (…
meeseeksmachine Feb 1, 2021
eaf661d
Backport PR #39526: CI: pin numpy for CI / Checks github action (#39529)
meeseeksmachine Feb 1, 2021
6418c4d
Backport PR #39512: CLN: Fix userguide deprecation warning new numpy …
meeseeksmachine Feb 1, 2021
d4c18af
Backport PR #39494: CI: update for numpy 1.20 (#39532)
simonjayhawkins Feb 1, 2021
f3773a8
Backport PR #39355: BUG: read_excel failing to check older xlrd versi…
simonjayhawkins Feb 1, 2021
6a65fc7
Backport PR #39482: ERR: Unify error message for bad excel sheetnames…
simonjayhawkins Feb 1, 2021
4ae0d23
Backport PR #39534: CI: numpy warnings produced by pytables (#39540)
meeseeksmachine Feb 1, 2021
ddb051b
Backport PR #39544: CI: pin numpy<1.20 (#39545)
meeseeksmachine Feb 1, 2021
faf4012
Backport PR #39546: CI/TST: update exception message, xfail (#39549)
meeseeksmachine Feb 2, 2021
4f271f0
Backport PR #39492: DOC: Document how encoding errors are handled (#3…
simonjayhawkins Feb 2, 2021
7741ef6
Fixed comment for pandas.unique
Remit Feb 2, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:
branches:
- master
- 1.1.x
- 1.2.x

env:
ENV_FILE: environment.yml
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Testing docstring validation script
run: |
source activate pandas-dev
pytest --capture=no --strict scripts
pytest --capture=no --strict-markers scripts
if: always()

- name: Running benchmarks
Expand Down
186 changes: 186 additions & 0 deletions .github/workflows/database.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,186 @@
name: Database

on:
push:
branches: [master]
pull_request:
branches:
- master
- 1.2.x

env:
PYTEST_WORKERS: "auto"
PANDAS_CI: 1
PATTERN: ((not slow and not network and not clipboard) or (single and db))

jobs:
Linux_py37_locale:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}

env:
ENV_FILE: ci/deps/actions-37-locale.yaml
LOCALE_OVERRIDE: zh_CN.UTF-8

services:
mysql:
image: mysql
env:
MYSQL_ALLOW_EMPTY_PASSWORD: yes
MYSQL_DATABASE: pandas
options: >-
--health-cmd "mysqladmin ping"
--health-interval 10s
--health-timeout 5s
--health-retries 5
ports:
- 3306:3306

postgres:
image: postgres
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: pandas
options: >-
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5
ports:
- 5432:5432

steps:
- name: Checkout
uses: actions/checkout@v1

- name: Cache conda
uses: actions/cache@v1
env:
CACHE_NUMBER: 0
with:
path: ~/conda_pkgs_dir
key: ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{
hashFiles('${{ env.ENV_FILE }}') }}

- uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: pandas-dev
channel-priority: strict
environment-file: ${{ env.ENV_FILE }}
use-only-tar-bz2: true

- name: Environment Detail
run: |
conda info
conda list

- name: Build Pandas
run: |
python setup.py build_ext -j 2
python -m pip install -e . --no-build-isolation --no-use-pep517

- name: Test
run: ci/run_tests.sh
if: always()

- name: Build Version
run: pushd /tmp && python -c "import pandas; pandas.show_versions();" && popd

- name: Publish test results
uses: actions/upload-artifact@master
with:
name: Test results
path: test-data.xml
if: failure()

- name: Print skipped tests
run: python ci/print_skipped.py

Linux_py37_cov:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}

env:
ENV_FILE: ci/deps/actions-37-cov.yaml
PANDAS_TESTING_MODE: deprecate
COVERAGE: true

services:
mysql:
image: mysql
env:
MYSQL_ALLOW_EMPTY_PASSWORD: yes
MYSQL_DATABASE: pandas
options: >-
--health-cmd "mysqladmin ping"
--health-interval 10s
--health-timeout 5s
--health-retries 5
ports:
- 3306:3306

postgres:
image: postgres
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: pandas
options: >-
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5
ports:
- 5432:5432

steps:
- name: Checkout
uses: actions/checkout@v1

- name: Cache conda
uses: actions/cache@v1
env:
CACHE_NUMBER: 0
with:
path: ~/conda_pkgs_dir
key: ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{
hashFiles('${{ env.ENV_FILE }}') }}

- uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: pandas-dev
channel-priority: strict
environment-file: ${{ env.ENV_FILE }}
use-only-tar-bz2: true

- name: Environment Detail
run: |
conda info
conda list

- name: Build Pandas
run: |
python setup.py build_ext -j 2
python -m pip install -e . --no-build-isolation --no-use-pep517

- name: Test
run: ci/run_tests.sh
if: always()

- name: Build Version
run: pushd /tmp && python -c "import pandas; pandas.show_versions();" && popd

- name: Publish test results
uses: actions/upload-artifact@master
with:
name: Test results
path: test-data.xml
if: failure()

- name: Print skipped tests
run: python ci/print_skipped.py
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,11 @@ repos:
\#\ type:\s?ignore(?!\[)
language: pygrep
types: [python]
- id: np-bool
name: Check for use of np.bool instead of np.bool_
entry: np\.bool[^_8]
language: pygrep
types_or: [python, cython, rst]
- id: no-os-remove
name: Check code for instances of os.remove
entry: os\.remove
Expand Down
23 changes: 1 addition & 22 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ services:
# travis cache --delete inside the project directory from the travis command line client
# The cache directories will be deleted if anything in ci/ changes in a commit
cache:
apt: true
ccache: true
directories:
- $HOME/.cache # cython cache

env:
global:
- PYTEST_WORKERS="auto"
# create a github personal access token
# cd pandas-dev/pandas
# travis encrypt 'PANDAS_GH_TOKEN=personal_access_token' -r pandas-dev/pandas
Expand All @@ -35,31 +35,10 @@ matrix:
fast_finish: true

include:
- env:
- JOB="3.8, slow" ENV_FILE="ci/deps/travis-38-slow.yaml" PATTERN="slow" SQL="1"
services:
- mysql
- postgresql

- env:
- JOB="3.7, locale" ENV_FILE="ci/deps/travis-37-locale.yaml" PATTERN="((not slow and not network and not clipboard) or (single and db))" LOCALE_OVERRIDE="zh_CN.UTF-8" SQL="1"
services:
- mysql
- postgresql

- arch: arm64
env:
- JOB="3.7, arm64" PYTEST_WORKERS=1 ENV_FILE="ci/deps/travis-37-arm64.yaml" PATTERN="(not slow and not network and not clipboard and not arm_slow)"

- env:
# Enabling Deprecations when running tests
# PANDAS_TESTING_MODE="deprecate" causes DeprecationWarning messages to be displayed in the logs
# See pandas/_testing.py for more details.
- JOB="3.7, coverage" ENV_FILE="ci/deps/travis-37-cov.yaml" PATTERN="((not slow and not network and not clipboard) or (single and db))" PANDAS_TESTING_MODE="deprecate" COVERAGE=true SQL="1"
services:
- mysql
- postgresql

allow_failures:
# Moved to allowed_failures 2020-09-29 due to timeouts https://github.com/pandas-dev/pandas/issues/36719
- arch: arm64
Expand Down
12 changes: 0 additions & 12 deletions asv_bench/benchmarks/algorithms.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from pandas._libs import lib

import pandas as pd
from pandas.core.algorithms import make_duplicates_of_left_unique_in_right

from .pandas_vb_common import tm

Expand Down Expand Up @@ -175,15 +174,4 @@ def time_argsort(self, N):
self.array.argsort()


class RemoveDuplicates:
def setup(self):
N = 10 ** 5
na = np.arange(int(N / 2))
self.left = np.concatenate([na[: int(N / 4)], na[: int(N / 4)]])
self.right = np.concatenate([na, na])

def time_make_duplicates_of_left_unique_in_right(self):
make_duplicates_of_left_unique_in_right(self.left, self.right)


from .pandas_vb_common import setup # noqa: F401 isort:skip
2 changes: 1 addition & 1 deletion asv_bench/benchmarks/groupby.py
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ class TransformBools:
def setup(self):
N = 120000
transition_points = np.sort(np.random.choice(np.arange(N), 1400))
transitions = np.zeros(N, dtype=np.bool)
transitions = np.zeros(N, dtype=np.bool_)
transitions[transition_points] = True
self.g = transitions.cumsum()
self.df = DataFrame({"signal": np.random.rand(N)})
Expand Down
2 changes: 1 addition & 1 deletion asv_bench/benchmarks/io/excel.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def time_write_excel(self, engine):

class ReadExcel:

params = ["xlrd", "openpyxl", "odf"]
params = ["openpyxl", "odf"]
param_names = ["engine"]
fname_excel = "spreadsheet.xlsx"
fname_odf = "spreadsheet.ods"
Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Adapted from https://github.com/numba/numba/blob/master/azure-pipelines.yml
trigger:
- master
- 1.1.x
- 1.2.x

pr:
- master
- 1.1.x
- 1.2.x

variables:
PYTEST_WORKERS: auto
Expand Down
5 changes: 5 additions & 0 deletions ci/azure/posix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ jobs:
CONDA_PY: "38"
PATTERN: "not slow and not network and not clipboard"

py38_slow:
ENV_FILE: ci/deps/azure-38-slow.yaml
CONDA_PY: "38"
PATTERN: "slow"

py38_locale:
ENV_FILE: ci/deps/azure-38-locale.yaml
CONDA_PY: "38"
Expand Down
4 changes: 2 additions & 2 deletions ci/deps/travis-37-cov.yaml → ci/deps/actions-37-cov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
- beautifulsoup4
- botocore>=1.11
- dask
- fastparquet>=0.3.2
- fastparquet>=0.4.0
- fsspec>=0.7.4
- gcsfs>=0.6.0
- geopandas
Expand Down Expand Up @@ -43,7 +43,7 @@ dependencies:
- sqlalchemy
- statsmodels
- xarray
- xlrd
- xlrd<2.0
- xlsxwriter
- xlwt
- pip
Expand Down
13 changes: 6 additions & 7 deletions ci/deps/travis-37-locale.yaml → ci/deps/actions-37-locale.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: pandas-dev
channels:
- defaults
- conda-forge
dependencies:
- python=3.7.*
Expand All @@ -12,15 +11,15 @@ dependencies:
- hypothesis>=3.58.0

# required
- numpy
- numpy<1.20 # GH#39541 compat for pyarrow<3
- python-dateutil
- pytz

# optional
- beautifulsoup4
- blosc=1.15.0
- blosc=1.17.0
- python-blosc
- fastparquet=0.3.2
- fastparquet=0.4.0
- html5lib
- ipython
- jinja2
Expand All @@ -31,17 +30,17 @@ dependencies:
- openpyxl
- pandas-gbq
- google-cloud-bigquery>=1.27.2 # GH 36436
- pyarrow>=0.17
- pyarrow=0.17 # GH 38803
- pytables>=3.5.1
- scipy
- xarray=0.12.3
- xlrd
- xlrd<2.0
- xlsxwriter
- xlwt
- moto
- flask

# sql
- psycopg2=2.7
- pymysql=0.7.11
- pymysql=0.8.1
- sqlalchemy=1.3.0
Loading