Skip to content

Commit

Permalink
chore: use latest compat. hordelib dep version
Browse files Browse the repository at this point in the history
  • Loading branch information
tazlin committed Mar 24, 2024
1 parent f716660 commit 9b77ab1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ repos:
- horde_safety
- torch
- ruamel.yaml
- hordelib==2.7.4
- hordelib==2.7.6
- horde_sdk==0.8.3
- horde_model_reference==0.6.3
- semver
2 changes: 1 addition & 1 deletion horde-bridge.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cd /d %~dp0
: This first call to runtime activates the environment for the rest of the script
call runtime python -s -m pip -V

call python -s -m pip install horde_sdk~=0.8.3 horde_model_reference~=0.6.3 hordelib~=2.7.4 -U
call python -s -m pip install horde_sdk~=0.8.3 horde_model_reference~=0.6.3 hordelib~=2.7.6 -U
if %ERRORLEVEL% NEQ 0 (
echo "Please run update-runtime.cmd."
GOTO END
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ torch>=2.1.2

horde_sdk~=0.8.3
horde_safety~=0.2.3
hordelib~=2.7.4
hordelib~=2.7.6
horde_model_reference~=0.6.3

python-dotenv
Expand Down

0 comments on commit 9b77ab1

Please sign in to comment.