Skip to content

Commit 386104d

Browse files
authored
Merge pull request #304 from kdere/master
updating docs for v0.10.0 release
2 parents f6ba524 + 5528629 commit 386104d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/source/getting_started.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@ Getting started with ChiantiPy
55
Prerequisites
66
-------------
77

8-
* CHIANTI_, the atomic database for astrophysical spectroscopy (Version 8)
8+
* CHIANTI_, the atomic database for astrophysical spectroscopy (Version 10 or later)
99

1010
.. _CHIANTI: http://www.chiantidatabase.org/
1111

12-
* Python3_ (3.6)
12+
* Python3_ (3.8 is the current development version)
1313

1414
.. _PYTHON3: http://www.python.org
1515

16-
* Numpy_ (currently developed with 1.14)
16+
* Numpy_ (currently developed with 1.20)
1717

1818
.. _Numpy: http://www.scipy.org/
1919

20-
* Scipy_ (currently developed with 1.00)
20+
* Scipy_ (currently developed with 1.6)
2121

2222
.. _Scipy: http://www.scipy.org/
2323

24-
* Matplotlib_ (currently developed with 2.2.2)
24+
* Matplotlib_ (currently developed with 3.3.4)
2525

2626
.. _Matplotlib: http://matplotlib.sourceforge.net/
2727

@@ -36,7 +36,7 @@ Prerequisites
3636

3737
* ipyparallel (required for multiprocessing with ipymspectrum)
3838

39-
* (not really a prerequisite but **extremely** useful) IPython_ version 6 and Jupyter_
39+
* (not really a prerequisite but **extremely** useful) IPython_ version 7.2 and Jupyter_
4040

4141
.. _IPython: http://ipython.org
4242

@@ -91,7 +91,7 @@ All of these packages are free, at least for noncommercial use (I believe) and h
9191
Install the ChiantiPy package
9292
-----------------------------
9393

94-
In order to be compatible with the latest version (8.0) of the CHIANTI atomic database, it is necessary to install the latest version (0.6.0) of ChiantiPy
94+
In order to be compatible with the latest version (10) of the CHIANTI atomic database, it is necessary to install the latest version (0.10.0) of ChiantiPy
9595

9696
::
9797

0 commit comments

Comments
 (0)