Skip to content

Commit 491b354

Browse files
committed
Undo unrelated changes in environment.yml
1 parent 276431f commit 491b354

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

environment.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies:
3333
- lxml
3434
- matplotlib
3535
- 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
3737
- openpyxl
3838
- odfpy
3939
- pandas-gbq
@@ -55,7 +55,7 @@ dependencies:
5555
- zstandard
5656

5757
# downstream packages
58-
- aiobotocore<2.0.0 # GH#44311 pinned to fix docbuild
58+
- aiobotocore<2.0.0 # GH#44311 pinned to fix docbuild
5959
- botocore
6060
- cftime
6161
- dask
@@ -85,22 +85,22 @@ dependencies:
8585
- black=22.3.0
8686
- cpplint
8787
- 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
9191
- mypy=0.960
9292
- pre-commit>=2.15.0
93-
- pycodestyle # used by flake8
93+
- pycodestyle # used by flake8
9494
- pyupgrade
9595

9696
# documentation
97-
- gitpython # obtain contributors from git for whatsnew
97+
- gitpython # obtain contributors from git for whatsnew
9898
- gitdb
99-
- natsort # DataFrame.sort_values doctest
99+
- natsort # DataFrame.sort_values doctest
100100
- numpydoc
101101
- pandas-dev-flaker=0.5.0
102102
- pydata-sphinx-theme=0.8.0
103-
- pytest-cython # doctest
103+
- pytest-cython # doctest
104104
- sphinx
105105
- sphinx-panels
106106
- types-python-dateutil
@@ -118,7 +118,7 @@ dependencies:
118118
- ipykernel
119119

120120
# web
121-
- jinja2 # in optional dependencies, but documented here as needed
121+
- jinja2 # in optional dependencies, but documented here as needed
122122
- markdown
123123
- feedparser
124124
- pyyaml

0 commit comments

Comments
 (0)