48974edc8d
This means that the main conda environment can be changed for development purposes without necessitating the re-running of data retrieval due to software environment change by default.
14 lines
237 B
YAML
14 lines
237 B
YAML
# SPDX-FileCopyrightText: : 2017-2024 The PyPSA-Eur Authors
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
name: pypsa-eur-retrieve
|
|
channels:
|
|
- conda-forge
|
|
- bioconda
|
|
dependencies:
|
|
- python>=3.8
|
|
- snakemake-minimal>=7.7.0,<8.0.0
|
|
- pandas>=2.1
|
|
- tqdm
|