Create X2 - Regionalized calculations with custom meal.ipynb #57
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: conda_environment_actions_workflow | |
channels: | |
- conda-forge | |
- nodefaults | |
dependencies: | |
# core functionality | |
- python=3.11 | |
# jupyter | |
- jupyter | |
- nbmake | |
# data science | |
- numpy | |
- pandas | |
- scipy | |
# plotting | |
- seaborn | |
# brightway | |
- cmutel::brightway25 |