Skip to content

Commit e57ac3f

Browse files
authored
Merge pull request #632 from StefanHamm/fix/numpy
Update numpy dependency version constraint
2 parents 8bb4539 + 4037b8d commit e57ac3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "bluesky-simulator"
33
dynamic = ["version"]
44
dependencies = [
5-
"numpy", # >= 2.0.0",
5+
"numpy < 2.4.0",
66
"scipy", # >= 1.13.0",
77
"matplotlib", # >= 3.9.0",
88
"pandas", # >= 2.2.0",

0 commit comments

Comments
 (0)