Skip to content

Commit e23283c

Browse files
committed
fix: ui was pointing to main rather than versioned release of interpreter
Signed-off-by: Nick Mitchell <[email protected]>
1 parent 7fc7e5b commit e23283c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pdl-live-react/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ openai==1.65.2
3737
packaging==24.2
3838
parso==0.8.4
3939
pexpect==4.9.0
40-
-e git+ssh://[email protected]/IBM/prompt-declaration-language.git#egg=prompt_declaration_language
41-
#prompt-declaration-language==0.4.1
40+
#-e git+ssh://[email protected]/IBM/prompt-declaration-language.git#egg=prompt_declaration_language
41+
prompt-declaration-language==0.4.1
4242
prompt_toolkit==3.0.50
4343
propcache==0.3.0
4444
ptyprocess==0.7.0

0 commit comments

Comments
 (0)