Skip to content

DEPS: Bump some code style check dependencies #56438

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

Merged
merged 10 commits into from
Dec 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 0 additions & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
"numpydoc",
"sphinx_copybutton",
"sphinx_design",
"sphinx_toggleprompt",
"sphinx.ext.autodoc",
"sphinx.ext.autosummary",
"sphinx.ext.coverage",
Expand Down
11 changes: 5 additions & 6 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,17 @@ dependencies:
- flask

# benchmarks
- asv>=0.5.1
- asv>=0.6.1

## The compiler packages are meta-packages and install the correct compiler (activation) packages on the respective platforms.
- c-compiler
- cxx-compiler

# code checks
- flake8=6.0.0 # run in subprocess over docstring examples
- flake8=6.1.0 # run in subprocess over docstring examples
- mypy=1.4.1 # pre-commit uses locally installed mypy
- tokenize-rt # scripts/check_for_inconsistent_pandas_namespace.py
- pre-commit>=2.15.0
- pre-commit>=3.6.0

# documentation
- gitpython # obtain contributors from git for whatsnew
Expand All @@ -98,12 +98,12 @@ dependencies:
- types-setuptools

# documentation (jupyter notebooks)
- nbconvert>=6.4.5
- nbconvert>=7.11.0
- nbsphinx
- pandoc
- ipywidgets
- nbformat
- notebook>=6.0.3
- notebook>=7.0.6
- ipykernel

# web
Expand All @@ -118,6 +118,5 @@ dependencies:
- adbc-driver-postgresql>=0.8.0
- adbc-driver-sqlite>=0.8.0
- dataframe-api-compat>=0.1.7
- sphinx-toggleprompt # conda-forge version has stricter pins on jinja2
- typing_extensions; python_version<"3.11"
- tzdata>=2022.7
11 changes: 5 additions & 6 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ dask
seaborn
moto
flask
asv>=0.5.1
flake8==6.0.0
asv>=0.6.1
flake8==6.1.0
mypy==1.4.1
tokenize-rt
pre-commit>=2.15.0
pre-commit>=3.6.0
gitpython
gitdb
google-auth
Expand All @@ -71,12 +71,12 @@ types-PyMySQL
types-pytz
types-PyYAML
types-setuptools
nbconvert>=6.4.5
nbconvert>=7.11.0
nbsphinx
pandoc
ipywidgets
nbformat
notebook>=6.0.3
notebook>=7.0.6
ipykernel
markdown
feedparser
Expand All @@ -86,6 +86,5 @@ pygments
adbc-driver-postgresql>=0.8.0
adbc-driver-sqlite>=0.8.0
dataframe-api-compat>=0.1.7
sphinx-toggleprompt
typing_extensions; python_version<"3.11"
tzdata>=2022.7