-
Notifications
You must be signed in to change notification settings - Fork 582
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2312 from mikedh/units/xaml
Release: Boolean Tests
- Loading branch information
Showing
12 changed files
with
307 additions
and
277 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ requires = ["setuptools >= 61.0", "wheel"] | |
[project] | ||
name = "trimesh" | ||
requires-python = ">=3.8" | ||
version = "4.5.1" | ||
version = "4.5.2" | ||
authors = [{name = "Michael Dawson-Haggerty", email = "[email protected]"}] | ||
license = {file = "LICENSE.md"} | ||
description = "Import, export, process, analyze and view triangular meshes." | ||
|
@@ -24,10 +24,12 @@ classifiers = [ | |
"Topic :: Multimedia :: Graphics", | ||
"Topic :: Multimedia :: Graphics :: 3D Modeling" | ||
] | ||
urls = {Homepage = "https://github.com/mikedh/trimesh"} | ||
|
||
dependencies = ["numpy>=1.20"] | ||
|
||
[project.urls] | ||
homepage = "https://github.com/mikedh/trimesh" | ||
documentation = "https://trimesh.org" | ||
|
||
[project.readme] | ||
file = "README.md" | ||
content-type = "text/markdown" | ||
|
Oops, something went wrong.