Skip to content

Commit 5fb51aa

Browse files
committed
Adjust spacepy install
1 parent 43bc849 commit 5fb51aa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

treebeard/post_install.ipynb

+3-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@
5959
"metadata": {},
6060
"outputs": [],
6161
"source": [
62-
"shell(\"pip install spacepy\")\n"
62+
"# Avoid problematic ffnet dependency of spacepy\n",
63+
"shell(\"pip install python_dateutil\")\n",
64+
"shell(\"pip install --no-deps spacepy\")\n"
6365
]
6466
}
6567
],

0 commit comments

Comments
 (0)