forked from f-dangel/cockpit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.conda_env.yml
31 lines (31 loc) · 836 Bytes
/
.conda_env.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
name: cockpit
dependencies:
- pip
- python
- pytorch::pytorch
- pytorch::torchvision
- conda-forge::black
- conda-forge::darglint
- conda-forge::flake8
- conda-forge::flake8-bugbear
- conda-forge::flake8-comprehensions
- conda-forge::isort
- conda-forge::palettable
- conda-forge::pydocstyle
- conda-forge::pytest
- conda-forge::pytest-cov
- conda-forge::pytest-benchmark
- conda-forge::m2r2
- conda-forge::sphinx
- conda-forge::sphinx-automodapi
- conda-forge::sphinx_rtd_theme
- conda-forge::matplotlib=3.4.3
- conda-forge::tikzplotlib
- pip:
- memory-profiler
- pre-commit
- graphviz
- sphinx-notfound-page
- git+https://[email protected]/fsschneider/DeepOBS.git@develop#egg=deepobs
- git+https://[email protected]/f-dangel/backobs.git@development#egg=backobs
- -e .