Skip to content

Commit 7cd25a2

Browse files
committed
add-recommended-dependencies-as-extras_require-in-setup.cfg
See issue pandas-dev#47335. pandas-dev#47335 recommended dependencies should have package mgmt facilitated through pandas. This will make mgmt of pandas in production docker environments a lot simpler.
1 parent b74dc5c commit 7cd25a2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

setup.cfg

+6
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ test =
5050
hypothesis>=5.5.3
5151
pytest>=6.0
5252
pytest-xdist>=1.31
53+
# optional extras for recommended dependencies
54+
# see: doc/source/getting_started/install.rst
55+
numexpr =
56+
numexpr>=2.7.1
57+
bottleneck =
58+
bottleneck>=1.3.1
5359

5460
[build_ext]
5561
inplace = True

0 commit comments

Comments
 (0)