droping version spec on sphinx (#202)
All checks were successful
Build on RHEL8 / build (push) Successful in 2m56s
Build on RHEL9 / build (push) Successful in 2m58s

- 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
This commit is contained in:
Erik Fröjdh
2025-06-13 15:25:43 +02:00
committed by GitHub
parent 11fa95b23c
commit 8354439605

View File

@ -5,10 +5,12 @@ dependencies:
- anaconda-client - anaconda-client
- conda-build - conda-build
- doxygen - doxygen
- sphinx=7.1.2 - sphinx
- breathe - breathe
- sphinx_rtd_theme - sphinx_rtd_theme
- furo - furo
- zeromq - zeromq
- pybind11 - pybind11
- numpy
- matplotlib