Skip to content

Commit

Permalink
Add dependency "numpy < 2" (#135)
Browse files Browse the repository at this point in the history
Installing cadquery now installs the dependency numpy 2.x, which is
not compatible anymore. So let's add it as a direct dependency to
ensure a v1.x version gets installed.
  • Loading branch information
ubruhin authored Jun 24, 2024
1 parent aab872e commit 3a389be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ authors = [
requires-python = ">=3.8"
dependencies = [
"cadquery == 2.3.1",
"numpy < 2", # Dependency of cadquery, but not working with v2.x
]
version = "0.1.0"

Expand Down

0 comments on commit 3a389be

Please sign in to comment.