You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python version (output of python --version): Python 3.8.10
Pip version (output of pip --version): pip 23.0
PyTorch version (output of python -c "import torch; print(torch.__version__)"): 1.13.1+cu117
Operating System: Linux 5.15.0-67-generic #74~20.04.1-Ubuntu SMP Wed Feb 22 14:52:34 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Description
Dependencies are not maintained, and therefore installation fails because of errors that were already solved with newer versions.
My suggestion is to just update the following dependencies lines:
'scipy>=1.1.0',
'numpy>=1.15.4',
What I Did
To make the tests work with these changes, it is only needed to update the values of bits_image to consider int() objects because of the change. So just changing to this line:
master
513912fpython --version
):Python 3.8.10
pip --version
):pip 23.0
python -c "import torch; print(torch.__version__)"
):1.13.1+cu117
Linux 5.15.0-67-generic #74~20.04.1-Ubuntu SMP Wed Feb 22 14:52:34 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Description
Dependencies are not maintained, and therefore installation fails because of errors that were already solved with newer versions.
My suggestion is to just update the following dependencies lines:
What I Did
To make the tests work with these changes, it is only needed to update the values of
bits_image
to considerint()
objects because of the change. So just changing to this line:The text was updated successfully, but these errors were encountered: