forked from modin-project/modin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements-dev.txt
57 lines (57 loc) · 1.27 KB
/
requirements-dev.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
pandas==1.5.3
numpy>=1.18.5
dask[complete]>=2.22.0
distributed>=2.22.0
ray[default]>=1.13.0
pyarrow<12 # workaround for https://github.com/modin-project/modin/issues/6072
psutil
fsspec
xarray
Jinja2
tables
scipy
s3fs>=2021.8
pytest
pytest-benchmark
coverage
pytest-cov
pytest-xdist
feather-format
lxml
openpyxl<3.1.0
xlrd
matplotlib
sqlalchemy>=1.4.0,<1.4.46
msgpack
pandas_gbq
cloudpickle
rpyc==4.1.5
scikit-learn
git+https://github.com/airspeed-velocity/asv.git@ef016e233cb9a0b19d517135104f49e0a3c380e9
# TODO(https://github.com/modin-project/modin/issues/5194): Uncap xgboost
# when we use collective instead of rabit.
xgboost>=1.7.1,<2.0.0
tqdm
# Latest modin-spreadsheet with widget fix
git+https://github.com/modin-project/modin-spreadsheet.git@49ffd89f683f54c311867d602c55443fb11bf2a5
pymssql
psycopg2
connectorx>=0.2.6a4
black
flake8
flake8-no-implicit-concat
flake8-print
# The `numpydoc` version should match the version installed in the `lint-pydocstyle` job of the CI.
numpydoc==1.1.0
# experimental version of fuzzydata requires at least 0.0.6 to successfully resolve all dependencies
fuzzydata>=0.0.6
# Mypy 0.990 doesn't work: https://github.com/modin-project/modin/issues/5206
mypy!=0.990
pandas-stubs
fastparquet<2023.1.0
# for release script
PyGithub
pygit2
moto
flask-cors
boto3