eland/requirements-dev.txt
Stephen Dodson 50734f8bd9
Allow user to specify es data types in read_csv and pandas_to_eland (#181)
* Allow user to specify es data types in read_csv and pandas_to_eland

Also, some minor maintenance modifications:

- replaced pandas.util.testing with pandas.testing (required in 1.x)
- updated elasticsearch-py requirements to 7.6+ (to support ML code)

* linting file
2020-04-14 15:04:12 +00:00

10 lines
117 B
Plaintext

elasticsearch>=7.6.0
pandas>=1
matplotlib
pytest>=5.2.1
nbval
numpydoc>=0.9.0
scikit-learn>=0.22.1
xgboost==0.90
nox