Skip to content

Commit

Permalink
add-recommended-dependencies-as-extras_require-in-setup.cfg
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
JMBurley committed Jun 13, 2022
1 parent b74dc5c commit 7cd25a2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ test =
hypothesis>=5.5.3
pytest>=6.0
pytest-xdist>=1.31
# optional extras for recommended dependencies
# see: doc/source/getting_started/install.rst
numexpr =
numexpr>=2.7.1
bottleneck =
bottleneck>=1.3.1

[build_ext]
inplace = True
Expand Down

0 comments on commit 7cd25a2

Please sign in to comment.