Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2b59eba

Browse files
author
Jeff Whitaker
authoredJun 18, 2024··
Merge pull request #1339 from ocefpaf/numpy_20
Numpy 2.0 was released.
2 parents c10d769 + b2e0b76 commit 2b59eba

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed
 

‎.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ updates:
99
interval: "daily"
1010
labels:
1111
- "Bot"
12+
groups:
13+
github-actions:
14+
patterns:
15+
- '*'

‎.github/workflows/miniconda.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,10 @@ jobs:
1414
matrix:
1515
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
1616
os: [windows-latest, ubuntu-latest, macos-latest]
17-
experimental: [false]
1817
platform: [x64, x32]
1918
exclude:
2019
- os: macos-latest
2120
platform: x32
22-
include:
23-
- python-version: "3.12"
24-
os: "ubuntu-latest"
25-
experimental: true
26-
platform: x64
2721
fail-fast: false
2822
defaults:
2923
run:
@@ -44,14 +38,6 @@ jobs:
4438
numpy cython pip pytest hdf5 libnetcdf cftime zlib certifi
4539
--channel conda-forge
4640
47-
- name: Install unstable dependencies
48-
if: matrix.experimental == true
49-
run: >-
50-
micromamba install
51-
conda-forge/label/cftime_dev::cftime
52-
conda-forge/label/numpy_dev::numpy
53-
--channel conda-forge --channel conda-forge
54-
5541
- name: Install netcdf4-python
5642
run: |
5743
export PATH="${CONDA_PREFIX}/bin:${CONDA_PREFIX}/Library/bin:$PATH" # so setup.py finds nc-config

0 commit comments

Comments
 (0)
Please sign in to comment.