Commit fb454de0 by source_reader

added useful packages to joule venv

parent befc82aa
Showing with 2 additions and 1 deletions
...@@ -17,7 +17,8 @@ class python_venvs::install{ ...@@ -17,7 +17,8 @@ class python_venvs::install{
} }
$ww_pip_url = "https://pypi.wattsworth.net" $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: python::pip{$joule_pip_pkgs:
install_args => "--upgrade --extra-index-url $ww_pip_url", install_args => "--upgrade --extra-index-url $ww_pip_url",
......
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