Updated requirements to the latest version
Added support for Python 3.10
Dropped support for Python 3.6, since latest numpy without vulnerabilities doesn't support it.
Suppressed PyTorch 1.11.0 warning associated with changing order of args in nn.MaxPool2d layer, since source code is not affected by this issue and there aren't any other correct way to hide this message.
Updated docker base images
Dropped python 3.6, 3.7 support
Small fix for front-end
Enable web api auth by default.
Updated requirements to the latest version Added support for Python 3.10 Dropped support for Python 3.6, since latest numpy without vulnerabilities doesn't support it. Suppressed PyTorch 1.11.0 warning associated with changing order of args in nn.MaxPool2d layer, since source code is not affected by this issue and there aren't any other correct way to hide this message. Updated docker base images Dropped python 3.6, 3.7 support Small fix for front-end Enable web api auth by default.