Skip to content

Commit

Permalink
fix(deps): pin numpy<2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans committed Sep 27, 2024
1 parent 95fb90d commit 54b0da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion differt-core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ classifiers = [
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = ["numpy>=1.20"]
dependencies = ["numpy>=1.20,<2"] # https://github.com/PyO3/rust-numpy/issues/409
description = "Core backend of DifffeRT implemented in Rust"
dynamic = ["license", "readme", "version"]
keywords = ["ray tracing", "differentiable", "propagation", "radio", "jax"]
Expand Down

0 comments on commit 54b0da6

Please sign in to comment.