Spaces:
Running
Running
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. |