mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
10 lines
205 B
Plaintext
10 lines
205 B
Plaintext
#
|
|
# Basic requirements
|
|
#
|
|
elasticsearch>=8.3,<9
|
|
pandas>=1.5,<2
|
|
matplotlib>=3.6
|
|
# Shap is incompatible with NumPy >= 1.24 (elastic/eland#539)
|
|
# Fix NumPy to a known good range of versions
|
|
numpy>=1.2.0,<1.24
|