mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-06-23 11:57:58 +02:00

- Removing the version requirement on sphinx since the latest version works again - added numpy and matplotlib do the etc/dev-env.yml since they are needed to import aare
17 lines
218 B
YAML
17 lines
218 B
YAML
name: dev-environment
|
|
channels:
|
|
- conda-forge
|
|
dependencies:
|
|
- anaconda-client
|
|
- conda-build
|
|
- doxygen
|
|
- sphinx
|
|
- breathe
|
|
- sphinx_rtd_theme
|
|
- furo
|
|
- zeromq
|
|
- pybind11
|
|
- numpy
|
|
- matplotlib
|
|
|