Skip to content

Commit 2749bc8

Browse files
Merge branch 'master' into error_when_dt_too_high_precision
2 parents 1899dc9 + 6d53f60 commit 2749bc8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/environment_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies:
2323
- nbval
2424
- scikit-learn
2525
- pykdtree
26-
- zarr>=2.11.0
26+
- zarr>=2.11.0,<2.18.0
2727

2828
# Formatting
2929
- black

docs/examples/tutorial_parcels_structure.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@
450450
"source": [
451451
"### For more tutorials on MPI and parallelisation:\n",
452452
"\n",
453-
"- [Optimising the partitioning of the particles with a user-defined `partition_function`](https://docs.oceanparcels.org/en/latest/examples/documentation_MPI.html#Optimising-the-partitioning-of-the-particles-with-a-user-defined-partition_function)\n",
453+
"- [Optimising the partitioning of the particles with a user-defined partition function](https://docs.oceanparcels.org/en/latest/examples/documentation_MPI.html#Optimising-the-partitioning-of-the-particles-with-a-user-defined-partition_function)\n",
454454
"- [Future developments: load balancing](https://docs.oceanparcels.org/en/latest/examples/documentation_MPI.html#Future-developments:-load-balancing)"
455455
]
456456
},

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies:
2525
- nbval
2626
- scikit-learn
2727
- pykdtree
28-
- zarr>=2.11.0
28+
- zarr>=2.11.0,!=2.18.0
2929

3030
# Formatting
3131
- black

0 commit comments

Comments
 (0)