-
Notifications
You must be signed in to change notification settings - Fork 32
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
requirements: update pandas requirement from <=1.4.1 to <1.4.3 #2373
Conversation
This PR causes the following changes to the html docs (ubuntu-latest-3.7-x64):
See CI logs for the full diff. |
is this safe to merge? do we have tests covering pandas use cases? |
Yeah, this is safe to merge. No tests yet, there is some code I am working on that will use pandas in the parameter estimation API but it isn't done yet so it is not being tested. The requirement can be dropped for now if you like but it will be used soon. |
@dependabot rebase |
Updates the requirements on [pandas](https://github.com/pandas-dev/pandas) to permit the latest version. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Changelog](https://github.com/pandas-dev/pandas/blob/main/RELEASE.md) - [Commits](pandas-dev/pandas@0.3.0...v1.4.2) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
6c58049
to
72aa49b
Compare
it's unconditionally imported in |
This PR causes the following changes to the html docs (ubuntu-latest-3.7-x64):
See CI logs for the full diff. |
@dependabot squash and merge |
Updates the requirements on pandas to permit the latest version.
Release notes
Sourced from pandas's releases.
Commits
4bfe3d0
RLS: 1.4.28fab03d
Backport PR #46605: DOC: 1.4.2 release date (#46607)9c6d84c
Backport PR #46567 on branch 1.4.x (BUG: groupby().rolling(freq) with monoton...3ff438e
Backport PR #46548: REGR: tests + whats new: boolean dtype in styler render (...4be9ffd
update black formatter (#46576)89baca7
Backport of CI/Build related PRs on 1.4.x (2) (#46572)749872f
Backport of CI related PRs on 1.4.x (#46559)eb27f7b
Backport PR #46542: Reorder YAML (#46550)ccdb97e
Backport PR #46119: REF: isinstance(x, int) -> is_integer(x) (#46501)1afa4d5
Backport PR #46515: CI/DOC: pin jinja2 to 3.0.3 (#46517)You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot will merge this PR once CI passes on it, as requested by @jvesely.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)