-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.yml
More file actions
36 lines (32 loc) · 889 Bytes
/
environment.yml
File metadata and controls
36 lines (32 loc) · 889 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: libcarna-python-dev
channels:
- conda-forge
- bioconda
dependencies:
- python ~=3.12
# ---------------------------------------------------------------------------
# Build dependencies
- pybind11 <3
- libgl-devel
- libegl-devel
- libopengl-devel
- libglu
- cxx-compiler
- make
- cmake
- eigen >=3.0.5
- libxcrypt # requied for Python 3.10
- setuptools
- python-build
- pip
# ---------------------------------------------------------------------------
# Runtime dependencies (general)
- libcarna ==3.4.0
- matplotlib-base # for `_colormap_helper`
- numpngw ==0.1.4 # writes APNG
- scikit-video ==1.1.11 # API for ffmpeg
- ffmpeg # writes h264
- scipy # for `libcarna.data` and `libcarna.normalize_hounsfield_units`
- scikit-image # for `libcarna.data`
- tifffile # for `libcarna.data`
- pooch # for `libcarna.data`