Revision ebda867913f04c132a4fe20b9fccbeb8f503103c authored by Fabian Neumann on 31 December 2023, 15:28:57 UTC, committed by GitHub on 31 December 2023, 15:28:57 UTC
bugfix for StorageUnit spillage variables in linopy
2 parent s 6ba8844 + 8ea93b4
Raw File
environment.yaml
name: pypsa
channels:
- conda-forge
dependencies:
- python>=3.9
- numpy
- scipy
- pandas>=0.24.0
- xarray
- netcdf4
- libnetcdf
- pytables
- matplotlib
- networkx>=1.10
- pyomo>=5.7.0,<6.6.2
- cartopy>=0.16
- geopandas>=0.9
- glpk
- linopy>=0.2
- deprecation
- validators
#  - coincbc
#  - gurobi::gurobi
back to top