Skip to content

Commit

Permalink
Merge pull request #411 from jdegenstein/patch-17
Browse files Browse the repository at this point in the history
pyproject.toml: remove OCP-stubs as dependency
  • Loading branch information
gumyr committed Dec 5, 2023
2 parents f892032 + afd1127 commit 5aa3aa8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,15 @@ classifiers = [

dependencies = [
"cadquery-ocp ~= 7.7.1",
"OCP-stubs @ git+https://github.com/CadQuery/OCP-stubs@7.7.0",
"typing_extensions >= 4.6.0, <5",
"numpy >= 1.24.1, <2",
"svgpathtools >= 1.5.1, <2",
"anytree >= 2.8.0, <3",
"ezdxf >= 1.0.0, < 2",
"numpy-stl >= 3.0.0, <4",
"ipython >= 8.0.0, <9",
"py_lib3mf @ git+https://github.com/jdegenstein/py-lib3mf",
"ocpsvg @ git+https://github.com/snoyer/ocpsvg",
"py-lib3mf",
"ocpsvg",
]

[project.urls]
Expand Down

0 comments on commit 5aa3aa8

Please sign in to comment.