Skip to content

Commit

Permalink
Merge pull request gumyr#652 from jdegenstein/rem_numpy-stl
Browse files Browse the repository at this point in the history
Remove unused numpy-stl dependency and update Apple Silicon instructions
  • Loading branch information
jdegenstein authored Jun 25, 2024
2 parents ce20991 + 436f2d5 commit 25ed8d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ A procedure for avoiding this issue is to install in a conda environment, which
conda install -c cadquery -c conda-forge cadquery=master
pip install svgwrite svgpathtools anytree scipy ipython trianglesolver \
ocp_tessellate webcolors==1.12 numpy numpy-quaternion cachetools==5.2.0 \
ocp_vscode requests orjson urllib3 certifi numpy-stl py-lib3mf \
"svgpathtools>=1.5.1,<2" "svgelements>=1.9.1,<2"
ocp_vscode requests orjson urllib3 certifi py-lib3mf \
"svgpathtools>=1.5.1,<2" "svgelements>=1.9.1,<2" "ezdxf>=1.1.0,<2"
pip install --no-deps build123d ocpsvg

`You can track the issue here <https://github.com/CadQuery/ocp-build-system/issues/11#issuecomment-1407769681>`_
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ dependencies = [
"svgpathtools >= 1.5.1, <2",
"anytree >= 2.8.0, <3",
"ezdxf >= 1.1.0, < 2",
"numpy-stl >= 3.0.0, <4",
"ipython >= 8.0.0, <9",
"py-lib3mf >= 2.3.1",
"ocpsvg",
Expand Down

0 comments on commit 25ed8d8

Please sign in to comment.