Skip to content

Commit

Permalink
Drop pymt_package as they need python<3.12 + install jupyterhub-syste…
Browse files Browse the repository at this point in the history
…mdspawner with pip
  • Loading branch information
sverhoeven committed Aug 28, 2024
1 parent eff8b0e commit cb9a1c6
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions roles/ewatercycle/templates/environment.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
- conda-forge
- defaults
dependencies:
- ansible
# - ansible
- pip:
# TODO use released version
- git+https://github.com/eWaterCycle/ewatercycle
Expand All @@ -20,6 +20,7 @@ dependencies:
# TODO Once available uncomment the following line
# - git+https://github.com/eWaterCycle/ewatercycle-sfincs
- era5cli
- jupyterhub-systemdspawner
- altair_saver
- altair
- nco
Expand All @@ -37,14 +38,15 @@ dependencies:
- pylint
- yapf
# Pymt
- pymt_cem
- pymt_ecsimplesnow
- pymt_gipl
- pymt_hydrotrend
- pymt_landlab
- pymt_permamodel
- pymt_rafem
- pymt_sedflux
# Disabled as it does not work with python3.12
# - pymt_cem
# - pymt_ecsimplesnow
# - pymt_gipl
# - pymt_hydrotrend
# - pymt_landlab
# - pymt_permamodel
# - pymt_rafem
#- pymt_sedflux
- pymt
# - pymt_child # Skipped as only a osx binary is available
# - pymt_topoflow # Skipped not on conda-forge
Expand All @@ -57,7 +59,6 @@ dependencies:
- ipympl
- ipynb-py-convert
- jupyterhub-idle-culler
- jupyterhub-systemdspawner
# JupyterLab extensions server dependencies, lab extension should be added to defaults of jupyter role
- ipyleaflet
- jupyterlab_code_formatter
Expand Down

0 comments on commit cb9a1c6

Please sign in to comment.