Skip to content

Commit

Permalink
Merge pull request gumyr#424 from jdegenstein/patch-19
Browse files Browse the repository at this point in the history
pyproject.toml -> remove commented version and set cadquery-ocp >= 7.7.0
  • Loading branch information
gumyr authored Dec 7, 2023
2 parents 2aa2908 + 809f419 commit 65c7638
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ build-backend = "setuptools.build_meta"

[project]
name = "build123d"
# version = "0.1.0"
dynamic = ["version"]
authors = [
{name = "Roger Maitland", email = "gumyr9@gmail.com"},
Expand All @@ -36,7 +35,7 @@ classifiers = [
]

dependencies = [
"cadquery-ocp ~= 7.7.1",
"cadquery-ocp >= 7.7.0",
"typing_extensions >= 4.6.0, <5",
"numpy >= 1.24.1, <2",
"svgpathtools >= 1.5.1, <2",
Expand Down

0 comments on commit 65c7638

Please sign in to comment.