File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ New features
1313 :user: `davidanthoff `
1414- Set JULIA_PROJECT globally, so that every julia instance starts with the
1515 julia environment activated in :pr: `612 ` by :user: `davidanthoff `.
16- - Update Miniconda version to 4.5.12 and Conda version to 4.6.14 in :pr: `637 ` by
16+ - Update Miniconda version to 4.6.14 and Conda version to 4.6.14 in :pr: `637 ` by
1717 :user: `jhamman `
1818- Install notebook into `notebook ` env instead of `root `.
1919 Activate conda environments and shell integration via ENTRYPOINT
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ from subprocess import check_output
55assert sys .version_info [:2 ] == (3 , 5 ), sys .version
66
77out = check_output (['conda' , '--version' ]).decode ('utf8' ).strip ()
8- assert out == 'conda 4.5.11 ' , out
8+ assert out == 'conda 4.6.14 ' , out
99
1010import numpy
You can’t perform that action at this time.
0 commit comments