# packaging
setuptools==65.5.0
wheel==0.37.1

# production requirements
numpy==1.23.5
scikit-learn==1.1.3

#Removing GPU packages so I can deploy to Heroku
#tensorflow==2.10.0
#Keras==2.10.0
tensorflow-cpu==2.10.0
opencv-python==4.7.0.68
h5py==3.7.0

# testing requirements
pytest==7.1.2
