Unverified Commit 4b97404f authored by Akke Viitanen's avatar Akke Viitanen
Browse files

add explicit numpy version constraint

parent 4224fc4a
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ dependencies = [
    "ipywidgets",
    "matplotlib",
    "mypy",
    "numpy",
    "numpy>=2.0.0",
    "pandas",
    "pytest",
    "pytest-cov",