| tensorflow==2.11.0 # Ensure compatibility with your model version | |
| pandas==1.5.2 # For handling data in DataFrames | |
| numpy==1.23.5 # Required by TensorFlow and often useful for data processing | |
| tensorflow==2.11.0 # Ensure compatibility with your model version | |
| pandas==1.5.2 # For handling data in DataFrames | |
| numpy==1.23.5 # Required by TensorFlow and often useful for data processing | |