diff --git a/pyproject.toml b/pyproject.toml
index 986fed2..6cd1220 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -17,14 +17,14 @@ license = { file = "LICENSE" }
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
- "cmocean>=3.0,<4.0",
+ "cmocean>=3.0,<5.0",
"ipympl>=0.9,<1.0",
"ipytree>=0.2,<1.0",
"matplotlib>=3.6,<4.0",
- "numpy>=1.23,<2.0",
- "psutil>=5.9,<6.0",
+ "numpy>=1.23,<3.0",
+ "psutil>=5.9,<8.0",
"tqdm>=4.64,<5.0",
- "zarr>=2.13,<3.0",
+ "zarr>=2.13,<4.0",
"pyfftw>=0.13,<1.0",
"nptyping>=2.4,<3.0",
"matplotx>=0.3,<1.0",