File size: 412 Bytes
3a79137
 
 
 
 
 
 
1
2
3
4
5
6
7
streamlit>=1.20.0 # Specify a recent streamlit version
pycaret[full]==3.3.2
pandas>=1.5.0 # Specify recent pandas
scikit-learn # Often needed by PyCaret under the hood, ensure compatibility with pycaret version if possible
python-dotenv # Needed if app uses .env itself, though typically not needed in deployed Space
# Add any other specific dependencies your model might need here
# Example: numpy, joblib, etc.