Skip to content

Commit

Permalink
Merge pull request #1339 from ocefpaf/numpy_20
Browse files Browse the repository at this point in the history
Numpy 2.0 was released.
  • Loading branch information
jswhit authored Jun 18, 2024
2 parents c10d769 + b2e0b76 commit 2b59eba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ updates:
interval: "daily"
labels:
- "Bot"
groups:
github-actions:
patterns:
- '*'
14 changes: 0 additions & 14 deletions .github/workflows/miniconda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,10 @@ jobs:
matrix:
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
os: [windows-latest, ubuntu-latest, macos-latest]
experimental: [false]
platform: [x64, x32]
exclude:
- os: macos-latest
platform: x32
include:
- python-version: "3.12"
os: "ubuntu-latest"
experimental: true
platform: x64
fail-fast: false
defaults:
run:
Expand All @@ -44,14 +38,6 @@ jobs:
numpy cython pip pytest hdf5 libnetcdf cftime zlib certifi
--channel conda-forge
- name: Install unstable dependencies
if: matrix.experimental == true
run: >-
micromamba install
conda-forge/label/cftime_dev::cftime
conda-forge/label/numpy_dev::numpy
--channel conda-forge --channel conda-forge
- name: Install netcdf4-python
run: |
export PATH="${CONDA_PREFIX}/bin:${CONDA_PREFIX}/Library/bin:$PATH" # so setup.py finds nc-config
Expand Down

0 comments on commit 2b59eba

Please sign in to comment.