-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
testing and fixing outdated atlas generation scripts #249
Changes from 6 commits
27c035a
0c1584a
a3e6dcd
a8f4631
58495b6
5d4f4b0
a69bf73
4ab0f5e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,8 @@ | |
import treelib | ||
import urllib3 | ||
from allensdk.core.structure_tree import StructureTree | ||
|
||
### I had to install manually | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Again, worth adding to the dependencies. If it is very big or hard-to-install, it can be an optional dependency like |
||
from brainio import brainio | ||
from rich.progress import track | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,10 @@ | |
|
||
import os | ||
|
||
######## I had to manually install this | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We should depend on |
||
import imio | ||
|
||
######## | ||
import numpy as np | ||
|
||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be added to the
dependencies
inpyproject.toml
then, I think,