Skip to content

Commit 4722c31

Browse files
committed
moving transformers to example dependency
1 parent 9c1f553 commit 4722c31

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ dependencies = [
2727
"matplotlib>=3.9.0",
2828
"numpy",
2929
"xarray",
30-
"pytorch-metric-learning>2.0.0",
31-
"transformers>=4.51.3",
32-
]
30+
"pytorch-metric-learning>2.0.0"]
3331
dynamic = ["version"]
3432

3533
[project.optional-dependencies]
@@ -44,7 +42,7 @@ metrics = [
4442
"phate",
4543
"mahotas",
4644
]
47-
examples = ["napari", "jupyter", "jupytext"]
45+
examples = ["napari", "jupyter", "jupytext", "transformers>=4.51.3"]
4846
visual = [
4947
"ipykernel",
5048
"graphviz",

0 commit comments

Comments
 (0)