# build requirements
setuptools
cython
wheel

# # macos fix wheel tool
# delocate; sys_platform == 'darwin'

# # macos fix wheel tool
# auditwheel; sys_platform == 'linux'

# # windows fix wheel tool
# delvewheel; sys_platform == 'win32'

# runtime requirements (optional)
# numpy

# testing tools (optional)
# pytest pytest-cov pytest-memray
