From 74ffb36af74a60116409c941f37c2c2e2325b731 Mon Sep 17 00:00:00 2001 From: Facundo Sapienza Date: Thu, 28 Mar 2024 06:44:28 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20synced=20file(s)=20with=20ODINN-?= =?UTF-8?q?SciML/Sleipnir.jl=20(#12)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 🔄 synced local 'environment.yml' with remote 'environment.yml' * 🔄 synced local '.github/workflows/CI.yml' with remote '.github/workflows/CI.yml' --- .github/workflows/CI.yml | 9 +++--- environment.yml | 64 ++++++++++++++++++++-------------------- 2 files changed, 36 insertions(+), 37 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7e5a3c9..e5b37cb 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -4,8 +4,7 @@ on: branches: - main push: - branches: - - main + branches: [] tags: '*' concurrency: # Skip intermediate builds: always. @@ -38,7 +37,7 @@ jobs: - name: Create environment with micromamba 🐍🖤 uses: mamba-org/setup-micromamba@v1 with: - micromamba-version: '1.3.1-0' + micromamba-version: '1.5.6-0' environment-file: ./environment.yml environment-name: oggm_env # it is recommendable to add both name and yml file. init-shell: bash @@ -49,8 +48,8 @@ jobs: which python conda env export shell: bash -el {0} - - name: Update certifi 🔒🔑 - run: | + - name: Update certifi + run: | pip install --upgrade certifi shell: bash -el {0} # - name: Test OGGM installation 🔧🌎 diff --git a/environment.yml b/environment.yml index faa1ff2..549bd59 100644 --- a/environment.yml +++ b/environment.yml @@ -5,43 +5,43 @@ channels: dependencies: # Base language runtimes - - python=3.9 + - python=3.12 # Python packages - - bottleneck - - cartopy - - configobj - - dask - - gdal=3.3 - - geopandas - - ipython - - jupyter - - jupyterlab - - matplotlib - - motionless - - netcdf4 - - numpy - - numpydoc - - pandas - - Pillow - - pip - - pyproj - - pytables - - pytest - - rasterio - - rioxarray - - salem - - seaborn - - shapely - - scikit-image - - scikit-learn - - scipy - - xarray + - bottleneck=1.3 + - cartopy=0.22 + - configobj=5.0 + - dask=2024.3 + - gdal=3.8 + - geopandas=0.14 + - ipython=8.22 + - jupyter=1.0 + - jupyterlab=4.1 + - matplotlib=3.8 + - motionless=1.3 + - netcdf4=1.6 + - numpy=1.26 + - numpydoc=1.6 + - pandas=2.2 + - Pillow=10.2 + - pip=24.0 + - pyproj=3.6 + - pytables=3.9 + - pytest=8.1 + - rasterio=1.3 + - rioxarray=0.15 + - salem=0.3 + - seaborn=0.13 + - shapely=2.0 + - scikit-image=0.22 + - scikit-learn=1.4 + - scipy=1.12 + - xarray=2024.2 # Packages installed through pip - pip: - - joblib - - progressbar2 + - joblib==1.3 + - progressbar2==4.4 - git+https://github.com/OGGM/pytest-mpl - git+https://github.com/OGGM/massbalance-sandbox - oggm==1.6.0