forked from modin-project/modin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements-dev.txt
63 lines (59 loc) · 1.42 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
62
63
## required dependencies
pandas>=2.2,<2.3
numpy>=1.22.4
fsspec>=2022.11.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>=2.1.0,!=2.5.0
pyarrow>=10.0.1
dask[complete]>=2.22.0
distributed>=2.22.0
xarray>=2022.12.0
Jinja2>=3.1.2
scipy>=1.10.0
s3fs>=2022.11.0
lxml>=4.9.2
openpyxl>=3.1.0
xlrd>=2.0.1
matplotlib>=3.6.3
sqlalchemy>=2.0.0
pandas-gbq>=0.19.0
tables>=3.7.0
# pymssql==2.2.8 broken: https://github.com/modin-project/modin/issues/6429
pymssql>=2.1.5,!=2.2.8
# psycopg devs recommend the other way of installation for production
# but this is ok for testing and development
psycopg2-binary>=2.9.3
connectorx>=0.2.6a4
fastparquet>=2022.12.0
flask-cors
tqdm>=4.60.0
numexpr>=2.8.4
# Latest modin-spreadsheet with widget fix
git+https://github.com/modin-project/modin-spreadsheet.git@49ffd89f683f54c311867d602c55443fb11bf2a5
dataframe-api-compat>=0.2.7
## dependencies for making release
PyGithub>=1.58.0
pygit2>=1.9.2
## test dependencies
asv==0.5.1
coverage>=7.1.0
fuzzydata>=0.0.11
# 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.3.2
pytest-benchmark>=4.0.0
pytest-cov>=4.0.0
pytest-xdist>=3.2.0
typing_extensions
## code linters
black>=24.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
isort>=5.12