https://github.com/PyPSA/PyPSA
Raw File
Tip revision: 3a487f5cefe4335d0a9c6d3dcd50c492a30c7437 authored by Fabian Neumann on 14 September 2023, 11:39:54 UTC
address linopt bug report (closes #732)
Tip revision: 3a487f5
environment.yaml
name: pypsa
channels:
- conda-forge
dependencies:
- python>=3.9
- numpy
- scipy
- pandas>=0.24.0,<2.1
- xarray
- netcdf4
- libnetcdf
- pytables
- matplotlib
- networkx>=1.10
- pyomo>=5.7.0,<6.6.2
- cartopy>=0.16
- glpk
- linopy>=0.2
- deprecation
- validators
#  - coincbc
#  - gurobi::gurobi
- numexpr<=2.8.4 # until https://github.com/pandas-dev/pandas/issues/54449 resolved
back to top