File tree 2 files changed +0
-26
lines changed
2 files changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -14,27 +14,21 @@ dependencies:
14
14
- pytest>=6.0
15
15
- pytest-cov
16
16
- pytest-xdist>=1.31
17
- - psutil
18
17
- pytest-asyncio>=0.17
19
- - coverage
20
18
21
19
# required dependencies
22
20
- python-dateutil
23
21
- numpy
24
22
- pytz
25
23
26
24
# optional dependencies
27
- - beautifulsoup4
28
25
- blosc
29
26
- brotlipy
30
27
- bottleneck
31
28
- fastparquet
32
- - fsspec
33
29
- html5lib
34
30
- hypothesis
35
31
- gcsfs
36
- - ipython
37
- - jinja2
38
32
- lxml
39
33
- matplotlib>=3.6.1
40
34
- numba>=0.53.1
@@ -88,13 +82,11 @@ dependencies:
88
82
89
83
# documentation
90
84
- gitpython # obtain contributors from git for whatsnew
91
- - gitdb
92
85
- natsort # DataFrame.sort_values doctest
93
86
- numpydoc
94
87
- pandas-dev-flaker=0.5.0
95
88
- pydata-sphinx-theme<0.11
96
89
- pytest-cython # doctest
97
- - sphinx
98
90
- sphinx-panels
99
91
- sphinx-copybutton
100
92
- types-python-dateutil
@@ -107,16 +99,11 @@ dependencies:
107
99
- nbsphinx
108
100
- pandoc
109
101
- ipywidgets
110
- - nbformat
111
102
- notebook>=6.0.3
112
- - ipykernel
113
103
114
104
# web
115
- - jinja2 # in optional dependencies, but documented here as needed
116
105
- markdown
117
106
- feedparser
118
- - pyyaml
119
- - requests
120
107
121
108
- pip :
122
109
- sphinx-toggleprompt
Original file line number Diff line number Diff line change @@ -7,23 +7,17 @@ cython==0.29.32
7
7
pytest >= 6.0
8
8
pytest-cov
9
9
pytest-xdist >= 1.31
10
- psutil
11
10
pytest-asyncio >= 0.17
12
- coverage
13
11
python-dateutil
14
12
numpy
15
13
pytz
16
- beautifulsoup4
17
14
blosc
18
15
brotlipy
19
16
bottleneck
20
17
fastparquet
21
- fsspec
22
18
html5lib
23
19
hypothesis
24
20
gcsfs
25
- ipython
26
- jinja2
27
21
lxml
28
22
matplotlib >= 3.6.1
29
23
numba >= 0.53.1
@@ -63,13 +57,11 @@ pre-commit>=2.15.0
63
57
pycodestyle
64
58
pyupgrade
65
59
gitpython
66
- gitdb
67
60
natsort
68
61
numpydoc
69
62
pandas-dev-flaker == 0.5.0
70
63
pydata-sphinx-theme < 0.11
71
64
pytest-cython
72
- sphinx
73
65
sphinx-panels
74
66
sphinx-copybutton
75
67
types-python-dateutil
@@ -80,13 +72,8 @@ nbconvert>=6.4.5
80
72
nbsphinx
81
73
pandoc
82
74
ipywidgets
83
- nbformat
84
75
notebook >= 6.0.3
85
- ipykernel
86
- jinja2
87
76
markdown
88
77
feedparser
89
- pyyaml
90
- requests
91
78
sphinx-toggleprompt
92
79
setuptools >= 61.0.0
You can’t perform that action at this time.
0 commit comments