update dev deps
This commit is contained in:
parent
cfec9e8c76
commit
add82e955d
1 changed files with 8 additions and 6 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue