[build-system] requires = ["maturin>=1,<2"] build-backend = "maturin" [project] name = "hydro_template" version = "0.1.0" [project.optional-dependencies] dev = [ "pytest", "pip>=8.1.2", ] [tool.pytest.ini_options] addopts = "--benchmark-disable"