Skip to content

Commit 75833ab

Browse files
committed
revert to numpy 1 and scipy compatability
- numpy to ~=1.24.4 - scipt ~=1.13.1 to avoid interp2d deprecated
1 parent 25ef2ba commit 75833ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ dependencies = [
3434
"opsvis~=0.95.5",
3535
"vfo>=0.0.6",
3636
"matplotlib",
37-
"numpy",
37+
"numpy~=1.24.4",
3838
"pandas",
39-
"scipy",
39+
"scipy~=1.13.1",
4040
"xarray",
4141
]
4242

0 commit comments

Comments
 (0)