Skip to content

Commit

Permalink
Moving Pillow to test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
iago-suarez committed Dec 23, 2024
1 parent ede3829 commit 776c90a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["scikit-build-core-conan>=0.5.3", "ninja"]
requires = ["scikit-build-core-conan>=0.5.3", "ninja", "conan>=2.11.0"]
build-backend = "scikit_build_core_conan.build"

[project]
Expand All @@ -25,13 +25,14 @@ classifiers = [
]

dependencies = [
"conan >= 2.11.0",
"numpy",
"Pillow"
]

[project.optional-dependencies]
test = ["pytest"]
test = [
"pytest",
"Pillow"
]


[tool.scikit-build]
Expand Down

0 comments on commit 776c90a

Please sign in to comment.