Skip to content

Commit

Permalink
add tomli dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Constantin Gahr authored and Constantin Gahr committed Sep 12, 2024
1 parent f130093 commit 99e6d7b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
[build-system]
build-backend = "setuptools.build_meta"
requires = ["matplotlib", "setuptools"]
requires = [
"matplotlib",
"setuptools",
"tomli; python_version < '3.11'"
]

[project]
authors = [
Expand Down

0 comments on commit 99e6d7b

Please sign in to comment.