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 e437bcf commit b9904e7Copy full SHA for b9904e7
tools/metacall-environment.ps1
@@ -94,6 +94,17 @@ function sub-python {
94
echo "include(FindPackageHandleStandardArgs)" >> $FindPython
95
echo "FIND_PACKAGE_HANDLE_STANDARD_ARGS(Python REQUIRED_VARS Python_EXECUTABLE Python_LIBRARIES Python_INCLUDE_DIRS VERSION_VAR Python_VERSION)" >> $FindPython
96
echo "mark_as_advanced(Python_EXECUTABLE Python_LIBRARIES Python_INCLUDE_DIRS)" >> $FindPython
97
+
98
+ # Install dependencies for tests
99
+ pip3 install requests
100
+ pip3 install setuptools
101
+ pip3 install wheel
102
+ pip3 install rsa
103
+ pip3 install fn
104
+ pip3 install scipy
105
+ pip3 install numpy
106
+ pip3 install scikit-learn
107
+ pip3 install joblib
108
}
109
110
# Ruby
0 commit comments