Skip to content

Commit 75e9c29

Browse files
committed
update tutorial-specific requirements
1 parent 9c1f89f commit 75e9c29

File tree

17 files changed

+61
-49
lines changed

17 files changed

+61
-49
lines changed

tutorials/notebooks/FITS-cubes/FITS-cubes.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@
840840
"name": "python",
841841
"nbconvert_exporter": "python",
842842
"pygments_lexer": "ipython3",
843-
"version": "3.7.5"
843+
"version": "3.8.3"
844844
},
845845
"toc": {
846846
"base_numbering": 1,
Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
astropy=3.1.2
2-
numpy=1.15.4
3-
matplotlib=3.0.2
4-
ipython=7.2.0
5-
spectral-cube=0.4.3
6-
reproject=0.4
7-
astroquery=0.3.9
1+
astropy
2+
astroquery
3+
matplotlib
4+
numpy
5+
reproject
6+
spectral_cube
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
numpy
21
astropy
32
matplotlib
3+
numpy
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
numpy
21
astropy
32
matplotlib
3+
numpy
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
numpy
21
astropy
3-
matplotlib
2+
astroquery
3+
matplotlib
4+
numpy
5+
scipy
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
numpy
2-
matplotlib
31
astropy
2+
matplotlib
3+
numpy
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
numpy
21
astropy
3-
matplotlib
2+
astroquery
3+
matplotlib
4+
numpy
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
astropy
2-
numpy
3-
matplotlib
42
astroquery
5-
3+
matplotlib
4+
numpy

tutorials/notebooks/color-excess/color-excess.ipynb

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -862,12 +862,28 @@
862862
},
863863
"language_info": {
864864
"codemirror_mode": {
865-
"name": "ipython"
865+
"name": "ipython",
866+
"version": 3
866867
},
867868
"file_extension": ".py",
868869
"mimetype": "text/x-python",
869870
"name": "python",
870-
"nbconvert_exporter": "python"
871+
"nbconvert_exporter": "python",
872+
"pygments_lexer": "ipython3",
873+
"version": "3.8.3"
874+
},
875+
"toc": {
876+
"base_numbering": 1,
877+
"nav_menu": {},
878+
"number_sections": true,
879+
"sideBar": true,
880+
"skip_h1_title": false,
881+
"title_cell": "Table of Contents",
882+
"title_sidebar": "Contents",
883+
"toc_cell": false,
884+
"toc_position": {},
885+
"toc_section_display": true,
886+
"toc_window_display": false
871887
}
872888
},
873889
"nbformat": 4,
Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
numpy=1.14
2-
matplotlib=3.0
3-
astropy=3.1
4-
synphot==0.1.2
5-
dust_extinction>=0.7
6-
astroquery==0.3.8
7-
IPython
1+
astropy
2+
astroquery
3+
dust_extinction
4+
matplotlib
5+
numpy
6+
synphot

0 commit comments

Comments
 (0)