-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathenvironment.yml
30 lines (30 loc) · 1.3 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
name: spac
channels:
- ohsu-comp-bio
- conda-forge
- leej3
- https://fnlcr-dmap.github.io/scimap/
dependencies:
- python=3.9.13 # Core Python Package
- numpy=1.26.4 # Core Python Package
- pandas=1.5.3 # Data Manipulation and Analysis
- anndata=0.10.9 # Single-Cell Data Manipulation and Analysis (scverse family)
- scimap=2.1.3_dmap_pandas153 # Single-Cell Data Data Manipulation and Analysis
- scanpy=1.10.3 # Single-Cell Data Manipulation and Analysis (scverse family)
- zarr=2.10.3 # Data Manipulation and Analysis
- numba=0.58.1 # Data Manipulation and Analysis
- phenograph=1.5.7 # Data Manipulation and Analysis
- scikit-learn=1.5.2 # Machine Learning and Statistics
- matplotlib=3.9.2 # Visualization and Plotting
- seaborn=0.13.2 # Visualization and Plotting
- datashader=0.16.3 # Visualization and Plotting
- plotly=5.24.1 # Visualization and Plotting
- squidpy=1.2.2 # Single-Cell Visualization and Plotting (scverse family)
- pillow=11.0.0 # Image Processing
- pip:
- pylint
- pytest
- sphinx
- flake8
- gendocs
- parmap==1.7.0