Skip to content

Commit

Permalink
Use newer versions of core packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Jul 24, 2024
1 parent b93af58 commit 798379c
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions environment.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# A conda environment file for the CSDMS Ivy lessons.
#
# This file is used to create the `ivy` environment on Linux, macOS, and
# Windows. See "environment.unix.yaml" for additional packages that aren't
# Windows. See "environment-unix.yaml" for additional packages that aren't
# available on Windows.
#
# Usage:
Expand All @@ -12,11 +12,12 @@ name: ivy
channels:
- conda-forge
dependencies:
- python >=3.9
- python >=3.10
- bmi-topography
- bmipy
- imageio
- landlab >=2.5
- ipykernel
- landlab >=2.8
- matplotlib
- notebook
- numpy
Expand All @@ -27,8 +28,10 @@ dependencies:
- pymt_hydrotrend
- rasterio
- scipy
- terrainbento
# - terrainbento
- tqdm
- nox
- pip:
- git+https://github.com/csdms/bmi-example-python.git
- git+https://github.com/terrainbento/terrainbento.git

0 comments on commit 798379c

Please sign in to comment.