Revision 51339e53ab3bdb31b2e94843512dfd05bff8ded5 authored by Akshat Mittal on 04 November 2023, 18:04:05 UTC, committed by GitHub on 04 November 2023, 18:04:05 UTC
2 parent s a8e09f4 + 0a28853
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<6.6.2
- cartopy>=0.16
- geopandas>=0.9
- 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
  - highspy
back to top