Skip to content
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: Bump some code style check dependencies #56438

Merged
merged 10 commits into from
Dec 17, 2023

Conversation

mroeschke
Copy link
Member

No description provided.

@mroeschke mroeschke added the Dependencies Required and optional dependencies label Dec 10, 2023
environment.yml Outdated
- tokenize-rt # scripts/check_for_inconsistent_pandas_namespace.py
- pre-commit>=2.15.0
- pre-commit>=3.5.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why not all the way to 3.6.0?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah good point. I see it was just released but we might as well

@@ -58,6 +60,4 @@ dependencies:
- zstandard>=0.19.0

- pip:
- adbc-driver-postgresql>=0.8.0
- adbc-driver-sqlite>=0.8.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for my edification, why are these getting moved to a different section? no objection, just curious

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IIRC making a conda environment and then installing packages via pip is generally not recommended, especially for non pure Python libraries, because pip doesn't necessarily resolve non-Python sub-dependencies correctly all the time.

requirements-dev.txt Outdated Show resolved Hide resolved
@mroeschke mroeschke added this to the 2.2 milestone Dec 11, 2023
@jbrockmendel
Copy link
Member

is there a reason not to bump mypy? looks like we're on 1.4.1 while 1.7.1 is out (OK to call that out of scope)

@twoertwein twoertwein merged commit 9a08863 into pandas-dev:main Dec 17, 2023
44 checks passed
@twoertwein
Copy link
Member

Thanks @mroeschke!

is there a reason not to bump mypy? looks like we're on 1.4.1 while 1.7.1 is out (OK to call that out of scope)

It requires more changes, see the first commit of #56493

@mroeschke mroeschke deleted the deps/update branch December 18, 2023 17:50
cbpygit pushed a commit to cbpygit/pandas that referenced this pull request Jan 2, 2024
* Move adbc to conda forge

* Bump asv, flake8, pre-commit

* Bump pyright

* Undo pyright

* Remove broken togglepromt

* Remove togglepromt from extensions

* Bump precommit, revert mypy

* Revert "Move adbc to conda forge"

This reverts commit 86fcea4.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies Required and optional dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants