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
39 lines (35 loc) · 753 Bytes
/
Copy pathenvironment.yml
File metadata and controls
39 lines (35 loc) · 753 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
37
38
39
name: spras
channels:
- conda-forge
dependencies:
- adjusttext=1.3.0
- bioconda::snakemake-minimal=9.6.2
# Conda refers to pypi/docker as docker-py.
- docker-py=7.1.0
- matplotlib=3.10.3
- networkx=3.5
- pandas=2.3.0
- pydantic=2.11.7
- numpy=2.3.1
- requests=2.32.4
- scikit-learn=1.7.0
- seaborn=0.13.2
- spython=0.3.14
# conda-specific for dsub
- python-dateutil=2.9.0
- pytz=2025.2
- pyyaml=6.0.2
- tenacity=9.1.2
- tabulate=0.9.0
# toolchain deps
- pip=25.3
# This should be the same as requires-python minus the >=.
- python=3.11
# development dependencies
- pre-commit=4.2.0
- pytest=8.4.1
- pytest-split=0.10.0
- sphinx=7.4.7
- sphinx-rtd-theme=2.0.0
- pip:
- dsub==0.4.13