This website requires JavaScript.
Explore
Help
Sign In
OrgLion-ML
/
dlib
mirror of
https://github.com/davisking/dlib.git
Watch
1
Star
0
Fork
You've already forked dlib
0
Code
Issues
Releases
Wiki
Activity
39240959fa
dlib
/
pyproject.toml
4 lines
90 B
TOML
Raw
Normal View
History
Unescape
Escape
Add minimal pyproject.toml (#2804) * Add minimal pyproject.toml * Update README for Python compile and install * Remove duplicate meta * Fix pixel saturation in interpolate_quadratic (#2806) * Fix pixel saturation in interpolate_quadratic * Use pixel_type_t alias * cleanup --------- Co-authored-by: Adrià Arrufat <1671644+arrufat@users.noreply.github.com> Co-authored-by: Davis King <davis@dlib.net>
2023-06-04 04:12:44 +08:00
[
build-system
]
Remove cmake from pyproject.toml (#2878)
2023-10-12 07:00:01 +08:00
requires
=
[
"setuptools"
,
"wheel"
]
Add minimal pyproject.toml (#2804) * Add minimal pyproject.toml * Update README for Python compile and install * Remove duplicate meta * Fix pixel saturation in interpolate_quadratic (#2806) * Fix pixel saturation in interpolate_quadratic * Use pixel_type_t alias * cleanup --------- Co-authored-by: Adrià Arrufat <1671644+arrufat@users.noreply.github.com> Co-authored-by: Davis King <davis@dlib.net>
2023-06-04 04:12:44 +08:00
build-backend
=
"setuptools.build_meta"