Skip to content

Commit d6b9749

Browse files
authored
add pooch to dependency list
1 parent 26cc216 commit d6b9749

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ scikit-image
44
ipython-sql
55
sqlalchemy
66
PyWavelets
7+
pooch

short_tutorials/blob-detection.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"source": [
5858
"import datajoint as dj\n",
5959
"\n",
60-
"schema = dj.Schema(db_prefix + 'blob_detection')"
60+
"schema = dj.Schema('blob_detection')"
6161
]
6262
},
6363
{

0 commit comments

Comments
 (0)