forked from modin-project/modin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment-dev.yml
60 lines (60 loc) · 1.5 KB
/
environment-dev.yml
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
name: modin
channels:
- conda-forge
dependencies:
- pandas==1.5.0
- numpy>=1.18.5
- pyarrow>=4.0.1
- dask[complete]>=2.22.0
- distributed>=2.22.0
- fsspec
- xarray
- Jinja2
- scipy
- pip
- s3fs>=2021.8
- feather-format
- lxml
- openpyxl
- xlrd
- matplotlib<=3.2.2
- sqlalchemy>=1.4.0
- pandas-gbq
- pytables
- msgpack-python
- psutil
- pytest>=6.0.1
- pytest-benchmark
- pytest-cov>=2.10.1
- pytest-xdist>=2.1.0
- packaging
- coverage<5.0
- pygithub==1.53
- rpyc==4.1.5
- cloudpickle
- boto3
- scikit-learn
- pymssql
- psycopg2
- mypy
- pandas-stubs
- fastparquet
- pip:
- xgboost>=1.6.0
# Fixes breaking ipywidgets changes, but didn't release yet.
- git+https://github.com/modin-project/modin-spreadsheet.git@49ffd89f683f54c311867d602c55443fb11bf2a5
- tqdm
- git+https://github.com/airspeed-velocity/asv.git@ef016e233cb9a0b19d517135104f49e0a3c380e9
- ray[default]>=1.4.0
- connectorx>=0.2.6a4
# TODO: remove when resolving GH#4398
- redis>=3.5.0,<4.0.0
- black
# TODO: remove when flake8 5.x stabilizes and appears in both pip and conda-forge; see GH-#4745
- flake8<5
- 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