-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.yml
75 lines (68 loc) · 1.35 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
name: segger
channels:
- rapidsai
- conda-forge
- nvidia
- defaults
dependencies:
# Python version
- python>=3.10
# Main dependencies from pyproject.toml
- pytorch>=2.0.0
- torchvision>=0.10.0
- pytorch-lightning>=1.9.0
- torchmetrics>=0.5.0
- numpy>=1.21.0
- pandas>=1.3.0
- scipy>=1.7.0
- matplotlib>=3.4.0
- seaborn>=0.11.0
- tqdm>=4.61.0
- scanpy>=1.9.3
- squidpy==1.2.0
- adjusttext>=0.8
- scikit-learn>=0.24.0
- geopandas>=0.9.0
- shapely>=1.7.0
- path>=17.0.0
- pyarrow>=17.0.0
- dask-geopandas>=0.4.0
- dask-cuda>=23.10.0
- distributed>=2023.10.0
# RAPIDS for CUDA 11
- cudf-cu11==24.8.*
- cuml-cu11==24.8.*
- cugraph-cu11==24.8.*
- cuspatial-cu11==24.8.*
- cupy-cuda11x
- nccl==2.12.*
- cutensor==1.3.*
# Optional dependencies
- faiss-cpu>=1.7.0
- faiss-gpu>=1.7.0
# Development dependencies
- pytest
- black
- flake8
- pre-commit
- twine>=4.0.2
# Documentation dependencies
- docutils>=0.8,!=0.18.*,!=0.19.*
- sphinx>=4.1
- sphinx-book-theme>=1.0.0
- myst-nb
- myst-parser
- sphinxcontrib-bibtex>=1.0.0
- sphinx-autodoc-typehints
- sphinx_rtd_theme
- sphinxext-opengraph
- sphinx-copybutton
- sphinx-design
- sphinx-hoverxref
- ipykernel
- ipython
- pandas
# Testing dependencies
- coverage
# Multiprocessing support
- multiprocessing