forked from modin-project/modin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements-dev.txt
61 lines (57 loc) · 1.49 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
58
59
60
61
## required dependencies
pandas>=2,<2.1
numpy>=1.20.3
fsspec>=2021.07.0
packaging>=21.0
psutil>=5.8.0
## optional dependencies
# ray==2.5.0 broken: https://github.com/conda-forge/ray-packages-feedstock/issues/100
ray[default]>=1.13.0,!=2.5.0
# https://github.com/modin-project/modin/issues/6336
pydantic<2
pyarrow>=7.0.0
dask[complete]>=2.22.0
distributed>=2.22.0
xarray
Jinja2>=3.0.0
scipy>=1.7.1
s3fs>=2021.8
lxml>=4.6.3
openpyxl>=3.0.7
xlrd>=2.0.1
matplotlib>=3.6.1
sqlalchemy>=1.4.0,<1.4.46
pandas-gbq>=0.15.0
tables>=3.6.1
# pymssql==2.2.8 broken: https://github.com/modin-project/modin/issues/6429
pymssql>=2.1.5,!=2.2.8
psycopg2>=2.8.6
connectorx>=0.2.6a4
fastparquet>=0.6.3,<2023.1.0
flask-cors
tqdm>=4.60.0
# Latest modin-spreadsheet with widget fix
git+https://github.com/modin-project/modin-spreadsheet.git@49ffd89f683f54c311867d602c55443fb11bf2a5
## dependencies for making release
PyGithub>=1.58.0
pygit2>=1.9.2
## test dependencies
boto3>=1.26.0
coverage>=7.1.0
# experimental version of fuzzydata requires at least 0.0.6 to successfully resolve all dependencies
fuzzydata>=0.0.6
git+https://github.com/airspeed-velocity/asv.git@ef016e233cb9a0b19d517135104f49e0a3c380e9
# The `numpydoc` version should match the version installed in the `lint-pydocstyle` job of the CI.
numpydoc==1.1.0
moto>=4.1.0
pytest>=7.2.1
pytest-benchmark>=4.0.0
pytest-cov>=4.0.0
pytest-xdist>=3.2.0
## code linters
black>=23.1.0
flake8>=6.0.0
flake8-no-implicit-concat>=0.3.4
flake8-print>=5.0.0
mypy>=1.0.0
pandas-stubs>=2.0.0