File tree Expand file tree Collapse file tree 3 files changed +10
-13
lines changed Expand file tree Collapse file tree 3 files changed +10
-13
lines changed Original file line number Diff line number Diff line change 58
58
"numpydoc" ,
59
59
"sphinx_copybutton" ,
60
60
"sphinx_design" ,
61
- "sphinx_toggleprompt" ,
62
61
"sphinx.ext.autodoc" ,
63
62
"sphinx.ext.autosummary" ,
64
63
"sphinx.ext.coverage" ,
Original file line number Diff line number Diff line change @@ -68,17 +68,17 @@ dependencies:
68
68
- flask
69
69
70
70
# benchmarks
71
- - asv>=0.5 .1
71
+ - asv>=0.6 .1
72
72
73
73
# # The compiler packages are meta-packages and install the correct compiler (activation) packages on the respective platforms.
74
74
- c-compiler
75
75
- cxx-compiler
76
76
77
77
# code checks
78
- - flake8=6.0 .0 # run in subprocess over docstring examples
78
+ - flake8=6.1 .0 # run in subprocess over docstring examples
79
79
- mypy=1.4.1 # pre-commit uses locally installed mypy
80
80
- tokenize-rt # scripts/check_for_inconsistent_pandas_namespace.py
81
- - pre-commit>=2.15 .0
81
+ - pre-commit>=3.6 .0
82
82
83
83
# documentation
84
84
- gitpython # obtain contributors from git for whatsnew
@@ -98,12 +98,12 @@ dependencies:
98
98
- types-setuptools
99
99
100
100
# documentation (jupyter notebooks)
101
- - nbconvert>=6.4.5
101
+ - nbconvert>=7.11.0
102
102
- nbsphinx
103
103
- pandoc
104
104
- ipywidgets
105
105
- nbformat
106
- - notebook>=6 .0.3
106
+ - notebook>=7 .0.6
107
107
- ipykernel
108
108
109
109
# web
@@ -118,6 +118,5 @@ dependencies:
118
118
- adbc-driver-postgresql>=0.8.0
119
119
- adbc-driver-sqlite>=0.8.0
120
120
- dataframe-api-compat>=0.1.7
121
- - sphinx-toggleprompt # conda-forge version has stricter pins on jinja2
122
121
- typing_extensions; python_version<"3.11"
123
122
- tzdata>=2022.7
Original file line number Diff line number Diff line change 51
51
seaborn
52
52
moto
53
53
flask
54
- asv >= 0.5 .1
55
- flake8 == 6.0 .0
54
+ asv >= 0.6 .1
55
+ flake8 == 6.1 .0
56
56
mypy == 1.4.1
57
57
tokenize-rt
58
- pre-commit >= 2.15 .0
58
+ pre-commit >= 3.6 .0
59
59
gitpython
60
60
gitdb
61
61
google-auth
@@ -71,12 +71,12 @@ types-PyMySQL
71
71
types-pytz
72
72
types-PyYAML
73
73
types-setuptools
74
- nbconvert >= 6.4.5
74
+ nbconvert >= 7.11.0
75
75
nbsphinx
76
76
pandoc
77
77
ipywidgets
78
78
nbformat
79
- notebook >= 6 .0.3
79
+ notebook >= 7 .0.6
80
80
ipykernel
81
81
markdown
82
82
feedparser
@@ -86,6 +86,5 @@ pygments
86
86
adbc-driver-postgresql >= 0.8.0
87
87
adbc-driver-sqlite >= 0.8.0
88
88
dataframe-api-compat >= 0.1.7
89
- sphinx-toggleprompt
90
89
typing_extensions ; python_version < "3.11"
91
90
tzdata >= 2022.7
You can’t perform that action at this time.
0 commit comments