Skip to content

Commit fe43ed6

Browse files
authored
Update environment.yml
1 parent c5ff649 commit fe43ed6

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

environment.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,12 @@ dependencies:
3232
# documentation
3333
- gitpython # obtain contributors from git for whatsnew
3434
- gitdb
35+
- numpydoc < 1.2 # 2021-02-09 1.2dev breaking CI
36+
- pandas-dev-flaker==0.2.0
37+
- pydata-sphinx-theme
38+
- pytest-cython
3539
- sphinx
3640
- sphinx-panels
37-
- numpydoc < 1.2 # 2021-02-09 1.2dev breaking CI
3841
- types-python-dateutil
3942
- types-PyMySQL
4043
- types-pytz
@@ -77,7 +80,6 @@ dependencies:
7780
- ipywidgets
7881
- nbformat
7982
- notebook>=6.0.3
80-
- pip
8183

8284
# optional
8385
- blosc
@@ -119,7 +121,3 @@ dependencies:
119121
- pyreadstat # pandas.read_spss
120122
- tabulate>=0.8.3 # DataFrame.to_markdown
121123
- natsort # DataFrame.sort_values
122-
- pip:
123-
- pydata-sphinx-theme
124-
- pandas-dev-flaker==0.2.0
125-
- pytest-cython

0 commit comments

Comments
 (0)