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 43c4dee commit 913bc72Copy full SHA for 913bc72
ci/vagrant/openbsd/Vagrantfile
@@ -93,8 +93,8 @@ Vagrant.configure("2") do |config|
93
set -x
94
pkg_add -u
95
pkg_add git cmake
96
- pkg_add python-3.11 py3-pip py3-wheel py3-setuptools py3-virtualenv
97
- pkg_add py3-numpy py3-pandas py3-matplotlib
+ pkg_add python-3.11.10p1 py3-pip py3-wheel py3-setuptools py3-virtualenv
+ pkg_add py3-numpy py3-pandas
98
SHELL
99
100
config.vm.provision "file", source: "../../../CMakeLists.txt", destination: "$HOME/project/"
0 commit comments