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 1d7b430 commit 014baf1Copy full SHA for 014baf1
setup.py
@@ -69,7 +69,7 @@ def __str__(self) -> str:
69
url="https://github.com/softmin/ReHLine-python",
70
description="Regularized Composite ReLU-ReHU Loss Minimization with Linear Computation and Linear Convergence",
71
packages=["rehline"],
72
- install_requires=["requests", "pybind11", "numpy", "scipy", "scikit-learn"],
+ # install_requires=["requests", "pybind11", "numpy", "scipy", "scikit-learn"],
73
ext_modules=ext_modules,
74
# extras_require={"test": "pytest"},
75
# Currently, build_ext only provides an optional "highest supported C++
0 commit comments