Skip to content

Commit

Permalink
add dep
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Nov 3, 2024
1 parent 6981cce commit ed6e44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies = ["pydantic >=2.6", "numpy", "typing-extensions"]
# https://peps.python.org/pep-0621/#dependencies-optional-dependencies
[project.optional-dependencies]
yaml = ["PyYAML"]
test = ["pytest>=6.0", "pytest-cov", "PyYAML"]
test = ["pytest>=6.0", "pytest-cov", "PyYAML", "psygnal"]
dev = [
"ipython",
"mypy",
Expand Down

0 comments on commit ed6e44a

Please sign in to comment.