We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a96e2 commit ee29182Copy full SHA for ee29182
ci/vagrant/freebsd/Vagrantfile
@@ -81,7 +81,8 @@ Vagrant.configure("2") do |config|
81
set -x
82
pkg update -f
83
pkg install -y git cmake swig
84
- pkg install -y python39 py39-setuptools py39-wheel py39-pytest-virtualenv
+ pkg install -y swig python311 py311-pip py311-wheel py311-pytest-virtualenv
85
+ pkg install -y py311-numpy py311-pandas py311-matplotlib
86
SHELL
87
88
config.vm.provision "file", source: "../../../CMakeLists.txt", destination: "$HOME/project/"
0 commit comments