Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/pip/numpy-gte-1.22.2-and-lt-2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waltsims authored Dec 23, 2024
2 parents de589a6 + 158f984 commit f3f151a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ dependencies = [
"scipy==1.14.1",
"opencv-python==4.10.0.84",
"deepdiff==8.0.1",
"matplotlib==3.9.3",
"numpy>=1.22.2,<2.3.0",
"matplotlib==3.10.0",
"beartype==0.19.0",
"jaxtyping==0.2.36"
]
Expand All @@ -42,7 +42,7 @@ Bug-tracker = "https://github.com/waltsims/k-wave-python/issues"

[project.optional-dependencies]
test = ["pytest",
"coverage==7.6.8",
"coverage==7.6.9",
"phantominator",
"testfixtures==8.3.0",
"requests==2.32.3"]
Expand Down

0 comments on commit f3f151a

Please sign in to comment.