Skip to content

Commit

Permalink
Remove notebook packages we don't need
Browse files Browse the repository at this point in the history
Turns out that altair and vincent are added back anyway by folium.
But at least I tried!
  • Loading branch information
shankari committed Feb 12, 2019
1 parent 11ff18f commit 07f4dc9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
3 changes: 0 additions & 3 deletions setup/environment36.notebook.additions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ channels:
- conda-forge
- defaults
dependencies:
- altair=1.2.1=py_0
- branca=0.2.0=py_1
- folium=0.5.0=py_0
- vega=0.4.4=py36_1
- vincent=0.4.4=py36_0
- ipython=5.3.0=py36_0
- jupyter=1.0.0=py36_3
10 changes: 5 additions & 5 deletions setup/environment36.notebook.exported.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: minimal_emission_notebook
name: emission-new
channels:
- conda-forge
- defaults
dependencies:
- altair=1.2.1=py_0
- altair=2.3.0=py36_1001
- appnope=0.1.0=py36_1000
- arrow=0.12.1=py36_1002
- attrdict=2.0.0=py_1
Expand Down Expand Up @@ -75,11 +75,11 @@ dependencies:
- terminado=0.8.1=py36_1001
- testpath=0.4.2=py36_1000
- tk=8.5.19=2
- toolz=0.9.0=py_1
- tornado=5.1.1=py36h1de35cc_1000
- traitlets=4.3.2=py36_1000
- utm=0.4.2=py36_0
- vega=0.4.4=py36_1
- vincent=0.4.4=py36_0
- vincent=0.4.4=py_1
- wcwidth=0.1.7=py_1
- webencodings=0.5.1=py_1
- wheel=0.33.0=py36_0
Expand Down Expand Up @@ -114,5 +114,5 @@ dependencies:
- pykml==0.1.3
- pymongo==3.5.1
- requests-toolbelt==0.9.1
prefix: /Users/shankari/OSS/anaconda/envs/minimal_emission_notebook
prefix: /Users/shankari/OSS/anaconda/envs/emission-new

3 changes: 0 additions & 3 deletions setup/environment36.notebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@ channels:
- conda-forge
- defaults
dependencies:
- altair=1.2.1=py_0
- branca=0.2.0=py_1
- folium=0.5.0=py_0
- vega=0.4.4=py36_1
- vincent=0.4.4=py36_0
- ipython=5.3.0=py36_0
- jupyter=1.0.0=py36_3
- arrow=0.12.1
Expand Down

0 comments on commit 07f4dc9

Please sign in to comment.