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]
|
[project]
|
||||||
name = "masque"
|
name = "masque"
|
||||||
description = "Lithography mask library"
|
description = "Lithography mask library"
|
||||||
|
|
@ -56,10 +52,16 @@ dev = [
|
||||||
"masque[text]",
|
"masque[text]",
|
||||||
"masque[manhattanize]",
|
"masque[manhattanize]",
|
||||||
"masque[manhattanize_slow]",
|
"masque[manhattanize_slow]",
|
||||||
"ruff>=0.15.1",
|
"matplotlib>=3.10.8",
|
||||||
|
"pytest>=9.0.2",
|
||||||
|
"ruff>=0.15.5",
|
||||||
"mypy>=1.19.1",
|
"mypy>=1.19.1",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[build-system]
|
||||||
|
requires = ["hatchling"]
|
||||||
|
build-backend = "hatchling.build"
|
||||||
|
|
||||||
[tool.hatch.version]
|
[tool.hatch.version]
|
||||||
path = "masque/__init__.py"
|
path = "masque/__init__.py"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue