forked from Reed-CompBio/spras
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.yml
More file actions
37 lines (36 loc) · 738 Bytes
/
environment.yml
File metadata and controls
37 lines (36 loc) · 738 Bytes
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
name: spras
channels:
- conda-forge
dependencies:
- adjusttext=0.7.3.1
- bioconda::snakemake-minimal=8.17.0
- docker-py=5.0
- matplotlib=3.6
- networkx=2.8
- pandas=1.5
- numpy=1.26.4
- pre-commit=2.20 # Only required for development
- pytest=8.0 # Only required for development
- python=3.11
- pip=22.1
- requests=2.28
- scikit-learn=1.2
- seaborn=0.12
- spython=0.2
# for dsub
- python-dateutil<=2.9.0
- pytz<=2024.1
- pyyaml<=6.0.1
- tenacity<=8.2.3
- tabulate<=0.9.0
# Only required for GraphSpace
- commonmark=0.9
- docutils=0.19
- jinja2=3.1
- mock=4.0
- recommonmark=0.7
- sphinx=6.0
- sphinx-rtd-theme=2.0.0
- pip:
- graphspace_python==1.3.1
- dsub==0.4.13