Revision 376e58a49d4d22eae3314d42e880498f37471602 authored by pre-commit-ci[bot] on 30 October 2023, 18:29:18 UTC, committed by GitHub on 30 October 2023, 18:29:18 UTC
updates:
- [github.com/psf/black: 23.10.0 → 23.10.1](https://github.com/psf/black/compare/23.10.0...23.10.1)
1 parent 416257c
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