Newer
Older
# This .yml file is used to specify the conda environment that should be loaded into the RTD instance
name: teqpdocs
dependencies:
- python=3.10
- pip
- doxygen
- cmake
- numpy
- scipy
- jupyter
- notebook
- nbconvert