-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathenvironment.yml
53 lines (48 loc) · 935 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
name: glum
channels:
- conda-forge/label/tabmat_dev
- 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 # comment this line out for macOS arm64
- numexpr
- pandas>=0.21
- tabmat>=4.0.0a3
- scikit-learn>=0.23
- scipy
- tqdm
- formulaic>=0.6
# development tools
- black
- 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
# required for tests
- statsmodels
# documentation dev
- jinja2
- jupyterlab
- jupytext
- make
- matplotlib-base
- nbclassic>=0.2.8
- nbsphinx>=0.8.3
- sphinx>=3.5.3
- sphinx_rtd_theme
- sphinxcontrib-apidoc
- sphinxext-altair