forked from Quantco/glum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.yml
52 lines (49 loc) · 1.07 KB
/
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
name: glum
channels:
- conda-forge
- nodefaults
dependencies:
# required for users (note: this is not where you specify new dependencies
# for the conda packages. please put those `conda.recipe/meta.yaml`!!
- libblas>=0=*mkl
- numexpr
- pandas
- tabmat>=3.0.1
- scikit-learn >= 0.23
- scipy
- tqdm
# development tools
- black
- dask-ml # used for data creation for the benchmark problems
- flake8
- git_root
- ipdb
- ipython
- line_profiler
- memory_profiler
- pip
- pre-commit
- pyarrow
- pytest
- pytest-xdist
- setuptools_scm
# build tools
- c-compiler
- cxx-compiler
- cython
# documentation dev
- altair # used in docs/tutorials/rossman
- jinja2
- jupyterlab
- jupytext
- libpysal # used in docs/tutorials/regularization_housing_data
- make
- matplotlib-base
- nbclassic>=0.2.8
- nbsphinx>=0.8.3
- openml # used for downloading datasets in the tutorials.
- shapely # used in docs/tutorials/regularization_housing_data
- sphinx>=3.5.3
- sphinx_rtd_theme
- sphinxcontrib-apidoc
- statsmodels