Skip to content

Commit 6a17d2c

Browse files
author
MarcoGorelli
committed
slim down even further
1 parent b5a6fed commit 6a17d2c

File tree

2 files changed

+0
-26
lines changed

2 files changed

+0
-26
lines changed

environment.yml

-13
Original file line numberDiff line numberDiff line change
@@ -14,27 +14,21 @@ dependencies:
1414
- pytest>=6.0
1515
- pytest-cov
1616
- pytest-xdist>=1.31
17-
- psutil
1817
- pytest-asyncio>=0.17
19-
- coverage
2018

2119
# required dependencies
2220
- python-dateutil
2321
- numpy
2422
- pytz
2523

2624
# optional dependencies
27-
- beautifulsoup4
2825
- blosc
2926
- brotlipy
3027
- bottleneck
3128
- fastparquet
32-
- fsspec
3329
- html5lib
3430
- hypothesis
3531
- gcsfs
36-
- ipython
37-
- jinja2
3832
- lxml
3933
- matplotlib>=3.6.1
4034
- numba>=0.53.1
@@ -88,13 +82,11 @@ dependencies:
8882

8983
# documentation
9084
- gitpython # obtain contributors from git for whatsnew
91-
- gitdb
9285
- natsort # DataFrame.sort_values doctest
9386
- numpydoc
9487
- pandas-dev-flaker=0.5.0
9588
- pydata-sphinx-theme<0.11
9689
- pytest-cython # doctest
97-
- sphinx
9890
- sphinx-panels
9991
- sphinx-copybutton
10092
- types-python-dateutil
@@ -107,16 +99,11 @@ dependencies:
10799
- nbsphinx
108100
- pandoc
109101
- ipywidgets
110-
- nbformat
111102
- notebook>=6.0.3
112-
- ipykernel
113103

114104
# web
115-
- jinja2 # in optional dependencies, but documented here as needed
116105
- markdown
117106
- feedparser
118-
- pyyaml
119-
- requests
120107

121108
- pip:
122109
- sphinx-toggleprompt

requirements-dev.txt

-13
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,17 @@ cython==0.29.32
77
pytest>=6.0
88
pytest-cov
99
pytest-xdist>=1.31
10-
psutil
1110
pytest-asyncio>=0.17
12-
coverage
1311
python-dateutil
1412
numpy
1513
pytz
16-
beautifulsoup4
1714
blosc
1815
brotlipy
1916
bottleneck
2017
fastparquet
21-
fsspec
2218
html5lib
2319
hypothesis
2420
gcsfs
25-
ipython
26-
jinja2
2721
lxml
2822
matplotlib>=3.6.1
2923
numba>=0.53.1
@@ -63,13 +57,11 @@ pre-commit>=2.15.0
6357
pycodestyle
6458
pyupgrade
6559
gitpython
66-
gitdb
6760
natsort
6861
numpydoc
6962
pandas-dev-flaker==0.5.0
7063
pydata-sphinx-theme<0.11
7164
pytest-cython
72-
sphinx
7365
sphinx-panels
7466
sphinx-copybutton
7567
types-python-dateutil
@@ -80,13 +72,8 @@ nbconvert>=6.4.5
8072
nbsphinx
8173
pandoc
8274
ipywidgets
83-
nbformat
8475
notebook>=6.0.3
85-
ipykernel
86-
jinja2
8776
markdown
8877
feedparser
89-
pyyaml
90-
requests
9178
sphinx-toggleprompt
9279
setuptools>=61.0.0

0 commit comments

Comments
 (0)