pyproject.toml -> switch to the official lib3mf release on pypi

This commit is contained in:
jdegenstein 2025-02-27 15:54:13 -06:00 committed by GitHub
parent 1d89804417
commit 485bfa1f87
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,7 +42,7 @@ dependencies = [
"anytree >= 2.8.0, < 3", "anytree >= 2.8.0, < 3",
"ezdxf >= 1.1.0, < 2", "ezdxf >= 1.1.0, < 2",
"ipython >= 8.0.0, < 9", "ipython >= 8.0.0, < 9",
"py-lib3mf >= 2.3.1", "lib3mf >= 2.4.1",
"ocpsvg >= 0.5, < 0.6", "ocpsvg >= 0.5, < 0.6",
"trianglesolver", "trianglesolver",
] ]