-
Notifications
You must be signed in to change notification settings - Fork 0
/
dev-environment.yml
50 lines (49 loc) · 1.04 KB
/
dev-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
# This file may be used to create an environment using:
# $ conda env create --name <env> --file <this file>
# platform: linux-64
# conda create -c conda-forge -c bioconda -n <env name> --file <this file>
name: gpf
channels:
- conda-forge
- bioconda
- iossifovlab
dependencies:
- dask-kubernetes=2024.5
- duckdb-cli=1.1.3
- coverage=7.6
- ruff=0.8.0
- mypy=1.11
- pytest=8.3
- pytest-cov=6.0
- pytest-xdist=3.6
- pytest-mock=3.14
- pytest-django=4.8
- pytest-doctestplus=1.2
- pylint=3.2
- pyright=1.1.390
- pandas-stubs=2.1
- django-stubs=5.0.2
- types-pyyaml=6.0
- types-setuptools=67
- types-toml=0.10
- types-python-dateutil=2.8
- invoke=2.2
- gitpython=3.1
- sphinx=7.3
- sphinx_rtd_theme
- sphinx-copybutton
- sphinxcontrib-httpdomain
- monkeytype
- parquet-tools
- pip=24.1.2
- ipython
- pip:
- sphinx-autorun
- rangehttpserver
- sphinxcontrib-video
- sphinx-last-updated-by-git
- esbonio
- doc8
- rstcheck
- types-requests-oauthlib
- types-requests