Commit fb454de0 by source_reader

added useful packages to joule venv

parent befc82aa
Showing with 3 additions and 3 deletions
......@@ -17,7 +17,8 @@ class python_venvs::install{
}
$ww_pip_url = "https://pypi.wattsworth.net"
$joule_pip_pkgs=['joule','LabJackPython','joulelabjack','ipykernel']
$joule_pip_pkgs=['joule','LabJackPython','joulelabjack','ipykernel',
'matplotlib','scipy','pandas','sklearn']
python::pip{$joule_pip_pkgs:
install_args => "--upgrade --extra-index-url $ww_pip_url",
......@@ -43,4 +44,4 @@ class python_venvs::install{
}
}
}
\ No newline at end of file
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment