forked from catalyst-cooperative/pudl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yml
52 lines (52 loc) · 1.68 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: pudl-dev
channels:
- conda-forge
- defaults
dependencies:
- autopep8 # dev
- bandit # dev
- coloredlogs # base
- coverage # dev
- dask # user
- datapackage>=1.9.0 # base We depend on features introduced in v1.9.0
- dbfread # base
- doc8 # dev
- flake8 # dev
- flake8-colors # dev
- flake8-docstrings # dev
- flake8-builtins # dev
- goodtables # base
- ipdb # dev
- isort # dev
- jedi # dev
- jupyter # user
- jupyterlab # user
- matplotlib # base
- nbval # dev
- networkx>=2.2 # base We depend on features introduced in v2.2
- numpy # base
- pandas>=0.24 # base We depend on features introduced in 0.24
- pandoc # dev
- pdbpp # dev
- pep8-naming # dev
- pip # N/A
- pre_commit # dev
- pyarrow>=0.14.0 # base compilation issues below 0.14.0
- pydocstyle # dev
- pytest # dev
- pytest-cov # dev
- python>=3.7 # N/A
- python-snappy # base
- pyyaml # base
- scikit-learn>=0.20 # base pandas integration added in v0.20
- scipy # base
- setuptools_scm # dev
- sphinx # dev
- sphinx_rtd_theme # dev
- sqlalchemy>=1.3.0 # base Security issues below v1.3.0
- tableschema # base
- tableschema-sql # base
- timezonefinder # base
- tox # dev
- twine # dev
- xlsxwriter # base