Files
mxpic_forge/pyproject.toml
T
root d7c19ed782
Build and Release mxPIC Wheels / Build on ubuntu-latest (release) Failing after 7m8s
Build and Release mxPIC Wheels / Build on windows-latest (release) Has been cancelled
Build and Release mxPIC Wheels / Publish to GitHub Releases (release) Has been cancelled
full compile system build. 2. beam_spliter, MMI and spiral classes added
2026-05-07 17:10:00 +08:00

8 lines
214 B
TOML

[build-system]
# These are the packages the temporary environment MUST install before running setup.py
requires = [
"setuptools>=61.0",
"wheel",
"Cython>=3.0.0"
]
build-backend = "setuptools.build_meta"