Skip to content

Commit

Permalink
update develop deps for pypa/hatch#1329
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Mar 27, 2024
1 parent 542c320 commit 0c6fd88
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[build-system]
requires = [
"hatchling>=1.3.1",
"hatchling>=1.22.4,<1.23",
"pkginfo>=1.10,<1.11",
"jupyterlab>=4,<5",
]
build-backend = "hatchling.build"
Expand Down Expand Up @@ -33,6 +34,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: Apache Software License",
]
dependencies = [
Expand All @@ -42,9 +44,10 @@ dependencies = [
[project.optional-dependencies]
develop = [
"check-manifest",
"ruff>=0.3,<=0.4",
"ruff>=0.3,<0.4",
"pytest",
"pytest-cov",
"twine>=5,<5.1"
]
test = [
"pytest",
Expand Down

0 comments on commit 0c6fd88

Please sign in to comment.