mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-19 20:37:51 +00:00
updated
This commit is contained in:
parent
759efae67c
commit
b68c306111
2
app.py
2
app.py
@ -22,7 +22,7 @@ if not PackageManager.check_package_installed_with_version("ascii_colors", expec
|
||||
from ascii_colors import ASCIIColors
|
||||
ASCIIColors.success("OK")
|
||||
|
||||
expected_pipmaster_version = "0.3.1"
|
||||
expected_pipmaster_version = "0.3.2"
|
||||
ASCIIColors.yellow(f"Checking pipmaster ({expected_pipmaster_version}) ...", end="", flush=True)
|
||||
if not PackageManager.check_package_installed_with_version("pipmaster", expected_pipmaster_version):
|
||||
PackageManager.install_or_update("pipmaster")
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 81ef55bc9e08825ef59e8a81f448843c2c6e3cf3
|
||||
Subproject commit 7115dfdf10c655cc6808fe2c2feeb446630616aa
|
Loading…
Reference in New Issue
Block a user