This website requires JavaScript.
Explore
Help
Sign In
NextCloud
/
dlib
Watch
1
Star
0
Fork
0
You've already forked dlib
mirror of
https://github.com/davisking/dlib.git
synced
2024-11-01 10:14:53 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b0f6be8058
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"
Reference in New Issue
Copy Permalink