AugmentedNet icon indicating copy to clipboard operation
AugmentedNet copied to clipboard

update dependencies to work with Python 3.11

Open clariguy opened this issue 1 year ago • 1 comments

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 avatar Feb 11 '24 14:02 clariguy

closes #122

clariguy avatar Feb 11 '24 14:02 clariguy