Revision 5a0644dc4b13c783620d1ae1f3ae963013ce7e97 authored by Fabian Neumann on 13 July 2023, 19:57:25 UTC, committed by GitHub on 13 July 2023, 19:57:25 UTC
2 parent s e4aaa82 + 438bc87
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