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 ffbe4ab commit 1e50434Copy full SHA for 1e50434
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "scikit-learn"
3
-version = "1.5.0rc1"
+version = "1.5.0"
4
description = "A set of python modules for machine learning and data mining"
5
readme = "README.rst"
6
maintainers = [
sklearn/__init__.py
@@ -42,7 +42,7 @@
42
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
43
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
44
#
45
-__version__ = "1.5.0rc1"
+__version__ = "1.5.0"
46
47
48
# On OSX, we can get a runtime error due to multiple OpenMP libraries loaded
0 commit comments