Skip to content

Commit 1b0cc83

Browse files
committed
Add dependencies for lut generation
1 parent b87c853 commit 1b0cc83

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ dynamic = ["version"]
1818

1919
dependencies = [
2020
"aind_behavior_services>=0.9, <0.10",
21+
"numpy",
22+
"pillow"
2123
]
2224

2325
[project.urls]
@@ -37,6 +39,7 @@ dev = [
3739
"codespell",
3840
]
3941

42+
4043
docs = [
4144
'Sphinx<7.3',
4245
'furo',

0 commit comments

Comments
 (0)