Skip to content

Commit

Permalink
update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmarkarl committed Feb 7, 2024
1 parent e5e6b0f commit 942bc47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# Distributed under the terms of the Modified BSD License.

[build-system]
requires = ["hatchling>=1.5.0"]
requires = ["hatchling>=1.21.1"]
build-backend = "hatchling.build"

[project]
name = "jupyterlab"
description = "JupyterLab computational environment"
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.8"
requires-python = ">=3.11"
authors = [
{ name = "Jupyter Development Team", email = "[email protected]" },
]
Expand Down

0 comments on commit 942bc47

Please sign in to comment.