Skip to content

Commit

Permalink
Add dependencies for lut generation
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-f-cruz committed Feb 3, 2025
1 parent b87c853 commit 1b0cc83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ dynamic = ["version"]

dependencies = [
"aind_behavior_services>=0.9, <0.10",
"numpy",
"pillow"
]

[project.urls]
Expand All @@ -37,6 +39,7 @@ dev = [
"codespell",
]


docs = [
'Sphinx<7.3',
'furo',
Expand Down

0 comments on commit 1b0cc83

Please sign in to comment.