Files
funxc/pyproject.toml

21 lines
465 B
TOML

[project]
name = "funxc"
version = "0.1.0"
description = "Differentiable exchange-correlation functionals in JAX: a clean-room libxc reimplementation"
readme = "README.md"
requires-python = ">=3.13"
dependencies = ["jax>=0.5", "numpy>=2.0"]
[dependency-groups]
dev = ["pytest>=8"]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/funxc"]
[tool.pytest.ini_options]
testpaths = ["tests"]