Skip to content

Commit

Permalink
#17 completed upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelweinold committed Aug 17, 2023
1 parent 9f46ccd commit 6897efb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
4 changes: 1 addition & 3 deletions build-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@ dependencies:
- python=3.10
- jupyter_server=2.7.1 # https://anaconda.org/conda-forge/jupyter_server/files
- jupyterlite-core==0.1.1 # https://anaconda.org/conda-forge/jupyterlite-core/files
- pip
- pip:
- jupyterlite-xeus-python==0.8.1 # https://github.com/jupyterlite/xeus-python-kernel/releases
- jupyterlite-xeus-python==0.9.3 # https://anaconda.org/jupyterlite-xeus-python/jupyterlite-core/files
9 changes: 3 additions & 6 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ dependencies:
# PLOTTING
- matplotlib
# BRIGHTWAY DEPENDENCIES (NOT PURE PYTHON)
- https://repo.mamba.pm/emscripten-forge::peewee # required by Brightway
- https://repo.mamba.pm/emscripten-forge::lxml # required by Brightway
# BRIGHTWAY CORE
- https://conda.anaconda.org/cmutel::bw2io=0.9.dev21 # https://anaconda.org/cmutel/bw2io/files
- https://conda.anaconda.org/cmutel::bw2data=4.0.0.dev21 # https://anaconda.org/cmutel/bw2data/files
- https://conda.anaconda.org/cmutel::bw2calc=1.0.dev13 # https://anaconda.org/cmutel/bw2calc/files
- peewee # required by Brightway, loaded from emscripten-forge
- lxml # required by Brightway, loaded from emscripten-forge
# BRIGHTWAY CORE

0 comments on commit 6897efb

Please sign in to comment.