-
Notifications
You must be signed in to change notification settings - Fork 34
/
environment.yml
57 lines (48 loc) · 972 Bytes
/
environment.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
name: rubicon-ml-dev
channels:
- conda-forge
dependencies:
- python>=3.8
- pip
- click<=8.1.7,>=7.1
- fsspec<=2024.9.0,>=2021.4.0
- intake<=2.0.7,>=0.5.2
- jsonpath-ng<=1.6.1,>=1.5.3
- numpy<=2.1.1,>=1.22.0
- pandas<=2.2.3,>=1.0.0
- pyarrow<=17.0.0,>=14.0.1
- PyYAML<=6.0.1,>=5.4.0
- scikit-learn<=1.5.2,>=0.22.0
# for prefect extras
- prefect<=2.20.3,>=2.16.5
# for s3fs extras
- s3fs<=2024.9.0,>=0.4
# for viz extras
- dash<=2.18.1,>=2.11.0
- dash-bootstrap-components<=1.6.0,>=1.0.0
# for testing
- black
- dask[dataframe]
- flake8
- h2o-py
- ipykernel
- isort
- jupyterlab
- lightgbm
- nbconvert
- pre-commit
- pytest
- pytest-cov
- xgboost
- polars<1.0
# for versioning
- versioneer
# for packaging
- setuptools<71.0.0
- wheel
# for edgetest
- edgetest
- edgetest-conda
- pip:
# additional prefect extras
- backports.strenum<=1.3.1,>=1.3.1;python_version<'3.11'