fix: Update pandas to fix Gradio errors
Gradio requires Pandas >= 2.2.0, otherwise it will throw errors in some situations (such as when GPU is Out of Memory).
This commit is contained in:
parent
5ffb84b427
commit
3e64c4ac11
@ -11,7 +11,7 @@ json5==0.10.0
|
||||
keras==2.9.0
|
||||
numba==0.58.1
|
||||
numpy==1.26.2
|
||||
pandas==2.1.3
|
||||
pandas==2.3.2
|
||||
matplotlib==3.8.2
|
||||
munch==4.0.0
|
||||
opencv-python==4.9.0.80
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user