Skip to content

Commit

Permalink
move pytometry dep to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
berombau committed Jul 5, 2024
1 parent 80529c6 commit 6ffc3cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ dependencies = [
"pandas",
"scipy",
"readfcs",
"pytometry",
"scikit-learn",
"igraph",
"session-info",
Expand All @@ -57,6 +56,9 @@ doc = [
"ipykernel",
"ipython",
"sphinx-copybutton",
# For example notebooks
# TODO: pin to >0.1.5
"pytometry",
]
test = ["pytest", "coverage"]

Expand Down

0 comments on commit 6ffc3cd

Please sign in to comment.