update dev deps

This commit is contained in:
Jan Petykiewicz 2026-03-30 19:39:25 -07:00
commit add82e955d

View file

@ -1,7 +1,3 @@
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "masque"
description = "Lithography mask library"
@ -56,10 +52,16 @@ dev = [
"masque[text]",
"masque[manhattanize]",
"masque[manhattanize_slow]",
"ruff>=0.15.1",
"matplotlib>=3.10.8",
"pytest>=9.0.2",
"ruff>=0.15.5",
"mypy>=1.19.1",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.version]
path = "masque/__init__.py"