forked from srbala/fedora-kickstarts
Scientific: Add couple of new tools
Adds IDLE and pandas for both Python 2 and 3.
This commit is contained in:
parent
004915b1e4
commit
ca1105466f
@ -48,14 +48,17 @@ ddd
|
|||||||
valgrind
|
valgrind
|
||||||
|
|
||||||
#python 2 tools/libraries not included from the groups
|
#python 2 tools/libraries not included from the groups
|
||||||
|
python-tools
|
||||||
python-ipython
|
python-ipython
|
||||||
python-ipython-console
|
python-ipython-console
|
||||||
python-ipython-notebook
|
python-ipython-notebook
|
||||||
sympy
|
sympy
|
||||||
python-networkx
|
python-networkx
|
||||||
|
python-pandas
|
||||||
|
|
||||||
#python 3 and tools/libraries not included from the groups
|
#python 3 and tools/libraries not included from the groups
|
||||||
python3
|
python3
|
||||||
|
python3-tools
|
||||||
python3-matplotlib
|
python3-matplotlib
|
||||||
python3-scipy
|
python3-scipy
|
||||||
python3-numpy
|
python3-numpy
|
||||||
@ -63,6 +66,7 @@ python3-ipython
|
|||||||
python3-ipython-console
|
python3-ipython-console
|
||||||
python3-ipython-notebook
|
python3-ipython-notebook
|
||||||
python3-networkx
|
python3-networkx
|
||||||
|
python3-pandas
|
||||||
|
|
||||||
# matplotlib backends
|
# matplotlib backends
|
||||||
python-matplotlib-qt4
|
python-matplotlib-qt4
|
||||||
|
Loading…
Reference in New Issue
Block a user