Jet_Classifier_Demo / requirements.txt
badenlt's picture
Update requirements.txt
f1d9e79 verified
raw
history blame
136 Bytes
gradio>=4.0.0
# Match the modern Keras stack used to save your .keras model
tensorflow-cpu>=2.16.0,<2.19
keras>=3.0.0,<4
numpy
Pillow