Skip to content

Commit 014baf1

Browse files
committed
fix action error
1 parent 1d7b430 commit 014baf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def __str__(self) -> str:
6969
url="https://github.com/softmin/ReHLine-python",
7070
description="Regularized Composite ReLU-ReHU Loss Minimization with Linear Computation and Linear Convergence",
7171
packages=["rehline"],
72-
install_requires=["requests", "pybind11", "numpy", "scipy", "scikit-learn"],
72+
# install_requires=["requests", "pybind11", "numpy", "scipy", "scikit-learn"],
7373
ext_modules=ext_modules,
7474
# extras_require={"test": "pytest"},
7575
# Currently, build_ext only provides an optional "highest supported C++

0 commit comments

Comments
 (0)