Skip to content

Commit

Permalink
build: temp adding black to deps to avoid ModuleNotFoundError (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
martibosch committed Aug 26, 2023
1 parent 39ef147 commit e2e1e67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=61.0", "wheel", "numpy", "pythran", "transonic>=0.4.0"]
requires = ["setuptools>=61.0", "wheel", "numpy", "pythran", "black", "transonic>=0.4.0"]
build-backend = "setuptools.build_meta"

[project]
Expand All @@ -22,6 +22,7 @@ classifiers = [
]
requires-python = ">=3.8"
dependencies = [
"black",
"matplotlib >= 2.2",
"numba ; platform_system == 'Windows'",
"numpy >= 1.15",
Expand Down

0 comments on commit e2e1e67

Please sign in to comment.