Skip to content

Commit

Permalink
Merge pull request #75 from coecms/stable_to_2401
Browse files Browse the repository at this point in the history
Update analysis3 to 24.01, update analysis3-unstable to 24.04. Add u8…
  • Loading branch information
dsroberts committed May 22, 2024
2 parents c66c257 + d48f96f commit 370e776
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
4 changes: 2 additions & 2 deletions environments/analysis3/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

### Optional config for custom deploy script
export VERSION_TO_MODIFY=24.04
export STABLE_VERSION=23.10
export UNSTABLE_VERSION=24.01
export STABLE_VERSION=24.01
export UNSTABLE_VERSION=24.04

### Version settings
export ENVIRONMENT=analysis3
Expand Down
5 changes: 3 additions & 2 deletions environments/analysis3/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies:
- pygrib
- pyhdf
- pytest
- scipy<1.13.0
- scipy
- seaborn
- xarray>2023.9 ### py-cordex fixes xarray at != 2023.9.0 - set this to prevent downgrade
- jupyter
Expand Down Expand Up @@ -95,7 +95,7 @@ dependencies:
- h5py
- line_profiler
- bottleneck
- jupyterlab
- jupyterlab<4.2.0a0
- dask-jobqueue
- jupyterlab_server
- docrep
Expand Down Expand Up @@ -288,5 +288,6 @@ dependencies:
- accessnri::access-med-tools
- crick ### Unlisted dependency for dask-expr
- regional-mom6
- u8darts-all
- pip:
- railroad-diagrams ### Unlisted dependency of pip and pyparsing
8 changes: 8 additions & 0 deletions environments/analysis3/testconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@ skip:
- numba.core.rvsdg_frontend ### Not supported in Python3.10
- xgboost.testing ### Has an 'pytest.importorskip' call when imported, causing the whole thing to report skipped
- scipy._lib.array_api_compat.torch ### Don't support pytorch
- urllib3.contrib.emscripten ### Used for web browser integration and also experimental: https://urllib3.readthedocs.io/en/latest/reference/contrib/emscripten.html
- fugue_duckdb ### Optional backend not used by any package in analysis3
- fugue_ibis ### Optional backend not used by any package in analysis3
- fugue_polars ### Optional backend not used by any package in analysis3
- fugue_ray ### Optional backend not used by any package in analysis3
- fugue_spark ### Optional backend not used by any package in analysis3
- torch.onnx ### Prevent testing of _internal APIs
- torch.testing ### Prevent testing of _internal APIs

# Preload these modules before testing to avoid weird python issues
preload:
Expand Down

0 comments on commit 370e776

Please sign in to comment.