mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-05-11 09:10:01 +02:00
- updated dev-env.yml conda environment file - added boost-histogram as a requirement for the python tests - added environment file in conda build process
14 lines
187 B
YAML
14 lines
187 B
YAML
name: dev-environment
|
|
channels:
|
|
- conda-forge
|
|
dependencies:
|
|
- anaconda-client
|
|
- conda-build
|
|
- doxygen
|
|
- sphinx=7.1.2
|
|
- breathe
|
|
- sphinx_rtd_theme
|
|
- furo
|
|
- zeromq
|
|
|