Skip to content

Commit 5fbdbb8

Browse files
author
Matic Lubej
authored
remove extra [ALL] in install_all.py (#752)
1 parent eddd6cb commit 5fbdbb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_all.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import warnings
1414

1515
if __name__ == "__main__":
16-
subprocess.check_call([sys.executable, "-m", "pip", "install", *sys.argv[1:], ".[ALL]"])
16+
subprocess.check_call([sys.executable, "-m", "pip", "install", *sys.argv[1:], "."])
1717
warnings.warn(
1818
"Installing via `install_all.py` is no longer necessary and has been deprecated. Use `pip install"
1919
" eo-learn` instead."

0 commit comments

Comments
 (0)