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