Skip to content

Commit

Permalink
Temporarily limit the build to numpy < 2.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
tshead committed Jul 11, 2024
1 parent 2e41106 commit 9f77b81
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ classifiers = [
"Topic :: Scientific/Engineering :: Visualization",
]
dependencies = [
"arrow>=1.0",
"custom_inherit",
"multipledispatch",
"numpy>=1.8.0",
"packaging",
"pypng",
"reportlab",
"arrow>=1.0",
"custom_inherit",
"multipledispatch",
"numpy>=1.8.0,<2.0.0",
"packaging",
"pypng",
"reportlab",
]
description = "A modern plotting toolkit supporting electronic publishing and reproducibility."
dynamic = ["version"]
Expand Down

0 comments on commit 9f77b81

Please sign in to comment.