Skip to content

Commit

Permalink
Update requirements.txt so that special packages are installed only w…
Browse files Browse the repository at this point in the history
…ithin the Jupyter notebooks that need them. Should speed mybinder loading time.
  • Loading branch information
zachetienne committed Oct 13, 2018
1 parent 0aff208 commit c8d65ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 3 additions & 2 deletions Tutorial-Finite_Difference_Derivatives-FDtable_soln.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 3,
"metadata": {},
"outputs": [
{
Expand All @@ -34,6 +34,7 @@
}
],
"source": [
"!pip install -U pip astropy > /dev/null\n",
"# Step 0: Import needed modules\n",
"import numpy as np\n",
"import finite_difference as fin\n",
Expand Down Expand Up @@ -100,7 +101,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.5"
"version": "3.6.6"
}
},
"nbformat": 4,
Expand Down
6 changes: 2 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
pip
matplotlib
sympy
astropy
wand
matplotlib
wand

0 comments on commit c8d65ee

Please sign in to comment.