Skip to content

Commit

Permalink
Fixed the issue
Browse files Browse the repository at this point in the history
  • Loading branch information
adalfarus committed Jun 9, 2024
1 parent a8b74b9 commit 1c9cdad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion aplustools/_direct_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ def install_all_dependencies():
"opencv-python==4.9.0.80", "brotli==1.1.0",
"zstandard==0.22.0", "py7zr==0.21.0", "pillow_heif==0.15.0", "numpy==1.26.4",
"speedtest-cli==2.1.3", "windows-toasts==1.1.1; os_name == 'nt'",
"quantcrypt==0.4.2; os_name == 'nt'", "scipy==1.13.0", "scikit-learn==1.5.0"])
"quantcrypt==0.4.2; os_name == 'nt'", "scipy==1.13.0",
"scikit-learn==1.4.1.post1; os_name == 'nt'",
"scikit-learn==1.5.0; os_name != 'nt'"])
if not success:
return
print("Done, all possible dependencies installed ...")
Expand Down

0 comments on commit 1c9cdad

Please sign in to comment.