Skip to content

Commit

Permalink
Merge pull request #70 from brightway-lca/binder
Browse files Browse the repository at this point in the history
Binder
  • Loading branch information
TimoDiepers authored Jul 14, 2024
2 parents 8041cbd + 68eb109 commit 01554d3
Show file tree
Hide file tree
Showing 5 changed files with 253 additions and 158 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
[![PyPI - Version](https://img.shields.io/pypi/v/bw-timex?color=%2300549f)](https://pypi.org/project/bw-timex/)
[![Conda Version](https://img.shields.io/conda/v/diepers/bw_timex?label=conda)](https://anaconda.org/diepers/bw_timex)
![Conda - License](https://img.shields.io/conda/l/diepers/bw_timex)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/brightway-lca/bw_timex/binder?labpath=notebooks%2Fexample_simple_dynamic_characterization.ipynb)

> ℹ️ _This package is still under development and some functionalities may change in the future._
Expand Down
15 changes: 15 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# in your terminal, run conda: conda env create -f environment.yml
name: timex
channels:
- conda-forge
- cmutel
- diepers
dependencies:
- bw_timex
# - brightway25 # for Linux/Windows/macOS(x64)
- brightway25_nosolver # switch to this if you're on a macOS ARM machine
- scikit-umfpack # also required for macOS ARM
- bw_temporalis
- dynamic_characterization
- matplotlib
- seaborn
Loading

0 comments on commit 01554d3

Please sign in to comment.