@@ -33,7 +33,7 @@ dependencies:
33
33
- lxml
34
34
- matplotlib
35
35
- numba>=0.53.1
36
- - numexpr>=2.8.0 # pin for "Run checks on imported code" job
36
+ - numexpr>=2.8.0 # pin for "Run checks on imported code" job
37
37
- openpyxl
38
38
- odfpy
39
39
- pandas-gbq
@@ -55,7 +55,7 @@ dependencies:
55
55
- zstandard
56
56
57
57
# downstream packages
58
- - aiobotocore<2.0.0 # GH#44311 pinned to fix docbuild
58
+ - aiobotocore<2.0.0 # GH#44311 pinned to fix docbuild
59
59
- botocore
60
60
- cftime
61
61
- dask
@@ -85,22 +85,22 @@ dependencies:
85
85
- black=22.3.0
86
86
- cpplint
87
87
- flake8=4.0.1
88
- - flake8-bugbear=21.3.2 # used by flake8, find likely bugs
89
- - flake8-comprehensions=3.7.0 # used by flake8, linting of unnecessary comprehensions
90
- - isort>=5.2.1 # check that imports are in the right order
88
+ - flake8-bugbear=21.3.2 # used by flake8, find likely bugs
89
+ - flake8-comprehensions=3.7.0 # used by flake8, linting of unnecessary comprehensions
90
+ - isort>=5.2.1 # check that imports are in the right order
91
91
- mypy=0.960
92
92
- pre-commit>=2.15.0
93
- - pycodestyle # used by flake8
93
+ - pycodestyle # used by flake8
94
94
- pyupgrade
95
95
96
96
# documentation
97
- - gitpython # obtain contributors from git for whatsnew
97
+ - gitpython # obtain contributors from git for whatsnew
98
98
- gitdb
99
- - natsort # DataFrame.sort_values doctest
99
+ - natsort # DataFrame.sort_values doctest
100
100
- numpydoc
101
101
- pandas-dev-flaker=0.5.0
102
102
- pydata-sphinx-theme=0.8.0
103
- - pytest-cython # doctest
103
+ - pytest-cython # doctest
104
104
- sphinx
105
105
- sphinx-panels
106
106
- types-python-dateutil
@@ -118,7 +118,7 @@ dependencies:
118
118
- ipykernel
119
119
120
120
# web
121
- - jinja2 # in optional dependencies, but documented here as needed
121
+ - jinja2 # in optional dependencies, but documented here as needed
122
122
- markdown
123
123
- feedparser
124
124
- pyyaml
0 commit comments