python-scikit-learn: update to 1.2.0
This commit is contained in:
committed by
مهدي شينون (Mehdi Chinoune)
parent
cf4748b21a
commit
53f4430bf9
@@ -0,0 +1,11 @@
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -499,7 +499,7 @@
|
||||
np_include = numpy.get_include()
|
||||
|
||||
optimization_level = "O2"
|
||||
- if os.name == "posix":
|
||||
+ if not "MSC" in sys.version:
|
||||
default_extra_compile_args = [f"-{optimization_level}"]
|
||||
default_libraries = ["m"]
|
||||
else:
|
||||
Reference in New Issue
Block a user