Skip to content

Commit

Permalink
Merge branch 'main' into cube-type-hints
Browse files Browse the repository at this point in the history
  • Loading branch information
bouweandela authored Jul 4, 2024
2 parents 1609216 + b857174 commit 4185230
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1199,7 +1199,7 @@ def test_multiple_equal_mesh(self):

def test_multiple_different_meshes(self):
# Create 2 meshes with different faces, but same edges.
# N.B. they should *not* then share an edge dimension !
# N.B. they should then share an edge dimension.
mesh1 = make_mesh(n_faces=3, n_edges=2)
mesh2 = make_mesh(n_faces=4, n_edges=2)

Expand Down
2 changes: 1 addition & 1 deletion requirements/py310.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
- libnetcdf !=4.9.1
- matplotlib-base >=3.5
- netcdf4
- numpy >=1.23, !=1.24.3
- numpy >=1.24, !=1.24.3, <2
- python-xxhash
- pyproj
- scipy
Expand Down
2 changes: 1 addition & 1 deletion requirements/py311.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
- libnetcdf !=4.9.1
- matplotlib-base >=3.5
- netcdf4
- numpy >=1.23, !=1.24.3
- numpy >=1.24, !=1.24.3, <2
- python-xxhash
- pyproj
- scipy
Expand Down
2 changes: 1 addition & 1 deletion requirements/py312.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
- libnetcdf !=4.9.1
- matplotlib-base >=3.5
- netcdf4
- numpy >=1.23, !=1.24.3
- numpy >=1.24, !=1.24.3, <2
- python-xxhash
- pyproj
- scipy
Expand Down
2 changes: 1 addition & 1 deletion requirements/pypi-core.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dask[array]>=2022.9.0
# libnetcdf!=4.9.1 (not available on PyPI)
matplotlib>=3.5
netcdf4
numpy>=1.23,!=1.24.3
numpy>=1.24,!=1.24.3,<2
pyproj
scipy
shapely!=1.8.3
Expand Down

0 comments on commit 4185230

Please sign in to comment.