Where can one find the requirements for Tensorflow?
For example, if i would like to know what numpy version that is needed for 2.7, where could i find this?
I have googled for a while now finding nothing and i think this might be information appreciated by many.
Python 2 is not supported.
It was in previous versions. The easiest way to check which python versions are supported by the pip packages is to check the downloads page for the version in pypi:
I´m asking about the requirements when i comes to packages (sorry for the misunderstanding, I was asking about the numpy version as an example).
I´m trying to make Tensorflow 2, Openvino, Depthai and OpenCV become friends and work together and its a bit tricky, partly due to all the packages that are installed and keeping them on the right version so that they work on all “major” packages and also to be on the right version to be able to convert files.