Skip to content

Commit 897d98d

Browse files
committed
rebundle under extras_require recommended
1 parent 7eb6a64 commit 897d98d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

doc/source/whatsnew/v1.4.3.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Bug fixes
4444
Other
4545
~~~~~
4646
- The minimum version of Cython needed to compile pandas is now ``0.29.30`` (:issue:`41935`)
47-
- Recommended dependencies ``numexpr`` & ``bottleneck`` can be managed as extras in a requirements/setup file eg. ``pandas[numexpr,bottleneck]>=1.4.3`` (:issue:`47335`)
47+
- Recommended dependencies ``numexpr`` & ``bottleneck`` can be managed as extras in a requirements/setup file eg. ``pandas[recommended]>=1.4.3`` (:issue:`47335`)
4848

4949
.. ---------------------------------------------------------------------------
5050

setup.cfg

+1-2
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,8 @@ test =
5252
pytest-xdist>=1.31
5353
# optional extras for recommended dependencies
5454
# see: doc/source/getting_started/install.rst
55-
numexpr =
55+
recommended =
5656
numexpr>=2.7.1
57-
bottleneck =
5857
bottleneck>=1.3.1
5958

6059
[build_ext]

0 commit comments

Comments
 (0)