-
Notifications
You must be signed in to change notification settings - Fork 3
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
Update pandas requirement from <2.1 to <2.3 #27
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
5bceda0
to
bd33343
Compare
That's a strange outcome on this CI run. Will need to be investigated later.
|
This comment was marked as outdated.
This comment was marked as outdated.
bd33343
to
7aeb70b
Compare
I don't know why it is selecting such an old version of llvmlite-0.36.0, published on Mar 12, 2021. Edit: Seems to be pulled in by pyod and numba, but it still does not make sense to select such an old version. Added 2f327f1 per GH-32 to evaluate it. |
This comment was marked as outdated.
This comment was marked as outdated.
7aeb70b
to
15b0fd8
Compare
This comment was marked as outdated.
This comment was marked as outdated.
15b0fd8
to
973c4c0
Compare
This comment was marked as outdated.
This comment was marked as outdated.
973c4c0
to
bdae4ed
Compare
@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) - [Commits](pandas-dev/pandas@0.3.0...v2.2.3) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
bdae4ed
to
c8a5a7f
Compare
Still, why does it work on Python 3.10 but fails on Python 3.12? Apparently, it is happening on |
It is happening because it is building pandas from within the Jupyter Notebook, which does not fit into 60 seconds of runtime. Updating requirements.txt here does not help, because the Jupyter Notebook uses the version that is still on GitHub, because it uses an absolute URL. It has to use an absolute URL, because otherwise the Notebook would not work well on Google Colab. So, this is a classic dead lock situation, and we will resolve it by force-merging. |
Updates the requirements on pandas to permit the latest version.
Release notes
Sourced from pandas's releases.
Commits
0691c5c
RLS: 2.2.3658dfdd
relax cython bound6891e90
Backport PR #59847: BLD: Build wheels for Python 3.13 on aarch64 as wellf108468
RLS: 2.2.36958738
Backport PR #59840: BLD: Final release prep for 2.2.3 (#59842)0bd98fe
Backport PR #59136 on branch 2.2.x (Upload 3.13 & free-threaded nightly wheel...8d67e77
Backport PR #59836 on branch 2.2.x (BLD: Fix bad Cython annotation) (#59837)f7b6378
Assorted backports for 2.2.x (#59785)2127b42
Backport #59144 on 2.2.x / 2.3.x (remove ops div class to solve #2137) (#59535)4a20adb
Backport PR #59813 on branch 2.2.x (CI: Debug failing ARM builds) (#59828)You can trigger a rebase of this PR by commenting
@dependabot rebase
.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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@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)