itpal_jax/pyproject.toml

27 lines
690 B
TOML

[build-system]
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "itpal_jax"
version = "0.1.0"
description = "Bindings into ITPAL, written in/for jax."
authors = [{name = "Dominik Roth", email = "mail@dominik-roth.eu"}]
readme = "README.md"
requires-python = ">=3.7"
classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"Programming Language :: Python :: 3",
]
dependencies = [
"jax",
"numpy",
]
[project.urls]
Homepage = "https://git.dominik-roth.eu/dodox/itpal_jax"
[project.optional-dependencies]
dev = ["pytest"]