Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish requirements.txt #173

Open
ph00lt0 opened this issue Nov 30, 2022 · 3 comments
Open

Publish requirements.txt #173

ph00lt0 opened this issue Nov 30, 2022 · 3 comments

Comments

@ph00lt0
Copy link

ph00lt0 commented Nov 30, 2022

Please export your pip list. It's completely unclear how to run your package as dependency versions are a guess at this point

@drjasonharrison
Copy link

drjasonharrison commented Dec 28, 2022

For example, installing fawkes using pip doesn't install these additional requirements. This may not be an exhaustive list, and it does not include versions:

  • numpy
  • tensorflow
  • PIL
  • OpenCV2
  • six

@ph00lt0
Copy link
Author

ph00lt0 commented Dec 29, 2022

well generally a list of requirements would be great @drjasonharrison

@Sinux1
Copy link

Sinux1 commented Apr 10, 2023

This is what I used with Python 3.9 that worked
install_requires = [
'numpy==1.19.5',
'tensorflow==2.5.1',
'keras==2.4.3',
'mtcnn',
'pillow==8.0.0',
'bleach==4.1.0',
'six==1.15.0',
'h5py~= 3.1.0',
'protobuf==3.15.0'
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants