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

update dependencies to work with Python 3.11 #123

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

clariguy
Copy link

This requirements.txt is a minimal set of required packages to run inferences with

$ python -m venv ./venv
$ source ./venv/bin/activate
$ pip install -r requirements.txt
$ python -m AugmentedNet.inference --model AugmentedNet.hdf5 <SCORE>.xml

It does not include jupyter or black for formatting. Should these be included, please let me know and I will submit a new pull request.

@clariguy
Copy link
Author

closes #122

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

Successfully merging this pull request may close these issues.

1 participant