Skip to content

Commit feda734

Browse files
authored
Bug fix (#111)
* Fix prompt formatting in Observation and add static method to Study class * Update gradio version to 5.5 to fix DataFrame scrolling issue
1 parent aa59a4a commit feda734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ contexttimer
1616
ipython
1717
pyyaml>=6
1818
pandas
19-
gradio>=5
19+
gradio>=5.5 # issue with DataFrame scrolling before 5.5
2020
gitpython # for the reproducibility script
2121
requests
2222
matplotlib

0 commit comments

Comments
 (0)