Skip to content

Commit

Permalink
add parameterized lib in testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ajati committed Apr 8, 2024
1 parent 5bf0d18 commit 09724f0
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 @@ -24,7 +24,7 @@ packages = ["tsfm_public", "tsfm_public.toolkit", "tsfmhfdemos"]
[project.optional-dependencies]

notebooks = ["jupyter", "matplotlib", "datasets", "ipywidgets", "plotly", "kaleido", "tensorboard"]
testing = ["pytest", "tsfm_public[notebooks]"]
testing = ["pytest", "tsfm_public[notebooks]","parameterized"]
dev = ["pre-commit", "tsfm_public[testing]", "ruff==0.1.5"]
evaluation = [
"tsevaluate @ git+ssh://[email protected]/srom/tsevaluate.git",
Expand Down

0 comments on commit 09724f0

Please sign in to comment.