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 0b9c7fe commit a3ea732Copy full SHA for a3ea732
README.md
@@ -1,7 +1,6 @@
1
-# Goal
+# ⚠️⚠️⚠️ Summary ⚠️⚠️⚠️
2
3
-This repo implements the brownout strategy for deprecating the `sklearn`
4
-package on PyPI.
+⚠️⚠️⚠️ The **`sklearn` PyPI package is deprecated use `scikit-learn` instead** ⚠️⚠️⚠️
5
6
# How to fix the error for the main use cases
7
setup.py
@@ -105,5 +105,5 @@ def maybe_raise_error(checked_datetime):
105
long_description=LONG_DESCRIPTION,
106
long_description_content_type="text/markdown",
107
name="sklearn",
108
- version="0.0.post2",
+ version="0.0.post4",
109
)
0 commit comments