Leaving numpy and typing-extensions to not change when torch goes to a higher version (for example torch 1.12 installs numpy 1.23).
Tests run OK!
Checked with torch 1.12.1+cu116
Adding ignoring venv folder files.
Warnings:
.venv/lib/python3.9/site-packages/torchvision/transforms/transforms.py:332: UserWarning: Argument 'interpolation' of type int is deprecated since 0.13 and will be removed in 0.15. Please use InterpolationMode enum.
venv/lib/python3.9/site-packages/sklearn/base.py:310: UserWarning: Trying to unpickle estimator MinMaxScaler from version 0.24.1 when using version 0.24.0. This might lead to breaking code or invalid results. Use at your own risk.
Leaving numpy and typing-extensions to not change when torch goes to a higher version (for example torch 1.12 installs numpy 1.23). Tests run OK! Checked with torch 1.12.1+cu116
Adding ignoring venv folder files.
Warnings: .venv/lib/python3.9/site-packages/torchvision/transforms/transforms.py:332: UserWarning: Argument 'interpolation' of type int is deprecated since 0.13 and will be removed in 0.15. Please use InterpolationMode enum.
venv/lib/python3.9/site-packages/sklearn/base.py:310: UserWarning: Trying to unpickle estimator MinMaxScaler from version 0.24.1 when using version 0.24.0. This might lead to breaking code or invalid results. Use at your own risk.