Skip to content

Commit

Permalink
restore pypi mapbox
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedh committed Aug 13, 2024
1 parent 0ee9413 commit c209688
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,7 @@ USER user
# install trimesh into .local
# then delete any included test directories
# and remove Cython after all the building is complete


# TODO
# remove mapbox-earcut fork when this is merged:
# https://github.com/skogler/mapbox_earcut_python/pull/15
RUN pip install --user /home/user[easy] && \
pip install --user --force-reinstall git+https://github.com/mikedh/mapbox_earcut_python.git && \
find /home/user/.local -type d -name tests -prune -exec rm -rf {} \;

####################################
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ requires = ["setuptools >= 61.0", "wheel"]
[project]
name = "trimesh"
requires-python = ">=3.8"
version = "4.4.4"
version = "4.4.5"
authors = [{name = "Michael Dawson-Haggerty", email = "[email protected]"}]
license = {file = "LICENSE.md"}
description = "Import, export, process, analyze and view triangular meshes."
Expand Down

0 comments on commit c209688

Please sign in to comment.