Revision 289535929cc0da82639f6cc20ca3528f170243f8 authored by Fabian on 25 July 2023, 13:27:09 UTC, committed by Fabian on 25 July 2023, 13:27:09 UTC
1 parent e3595a5
Raw File
environment_docs.yml
name: pypsa-doc
channels:
- conda-forge
dependencies:
- python>=3.9
- pip
- python
- six
- numpy
- pyomo>=5.7.0
- scipy
- pandas>=1.1.0
- xarray
- netcdf4
- pytables
- matplotlib
- networkx>=1.10
- pyomo
- cartopy>=0.16
- coincbc
- glpk
- deprecation
- seaborn
- pandoc
- ipykernel   # for executing nbs
- scikit-learn  # for spatial clustering
- linopy>=0.2

- pip:
  - .
  - sphinx<6
  - sphinx-book-theme
  - nbsphinx
  - nbsphinx_link
back to top