File tree 3 files changed +15
-2
lines changed
3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,8 @@ pip install pandas
96
96
- [ numexpr] ( http://code.google.com/p/numexpr/ )
97
97
- Needed to accelerate some expression evaluation operations
98
98
- Required by PyTables
99
+ - numexpr version <= 2.1 is recommended as the current version (2.2.1) has a backward
100
+ incompatible change with PyTables < 3.0
99
101
- [ bottleneck] ( http://berkeleyanalytics.com/bottleneck )
100
102
- Needed to accelerate certain numerical operations
101
103
Original file line number Diff line number Diff line change @@ -76,6 +76,12 @@ Recommended Dependencies
76
76
77
77
* `numexpr <http://code.google.com/p/numexpr/ >`__: for accelerating certain numerical operations.
78
78
``numexpr `` uses multiple cores as well as smart chunking and caching to achieve large speedups.
79
+
80
+ .. warning ::
81
+
82
+ ``numexpr <= 2.1 `` is currently recommended as the current version (2.2.1) has a backward incompatible
83
+ change with ``PyTables < 3.0.0 ``
84
+
79
85
* `bottleneck <http://berkeleyanalytics.com/bottleneck >`__: for accelerating certain types of ``nan ``
80
86
evaluations. ``bottleneck `` uses specialized cython routines to achieve large speedups.
81
87
@@ -116,8 +122,8 @@ Optional Dependencies
116
122
117
123
* `BeautifulSoup4 `_ and `html5lib `_ (Any recent version of `html5lib `_ is
118
124
okay.)
119
- * `BeautifulSoup4 `_ and `lxml `_
120
- * `BeautifulSoup4 `_ and `html5lib `_ and `lxml `_
125
+ * `BeautifulSoup4 `_ and `lxml `_
126
+ * `BeautifulSoup4 `_ and `html5lib `_ and `lxml `_
121
127
* Only `lxml `_, although see :ref: `HTML reading gotchas <html-gotchas >`
122
128
for reasons as to why you should probably **not ** take this approach.
123
129
Original file line number Diff line number Diff line change @@ -1716,6 +1716,11 @@ for some advanced strategies
1716
1716
backwards compatible) with all `` PyTables`` >= 2.3 . For `` python >= 3.2 `` ,
1717
1717
`` pandas >= 0.12 .0`` is required for compatibility.
1718
1718
1719
+ .. warning::
1720
+
1721
+ `` numexpr <= 2.1 `` is currently recommended as the current version (2.2 .1) has a backward incompatible
1722
+ change with `` PyTables < 3.0 .0``
1723
+
1719
1724
.. ipython:: python
1720
1725
:suppress:
1721
1726
:okexcept:
You can’t perform that action at this time.
0 commit comments