As last version of Tensorflow that supports GPU on Windows natively is 2.10, I need to install Tensorflow Decision Forests in version 1.0.1. PyPi.org shows that the version should be available and installable with pip install tensorflow-decision-forests==1.0.1
(tensorflow-decision-forests · PyPI), but it’s not. Does this mean that there is no version that would work on GPU on Windows?
pip install tensorflow-decision-forests==1.0.1
ERROR: Ignored the following versions that require a different python version: 1.8.1 Requires-Python >=3.9
ERROR: Could not find a version that satisfies the requirement tensorflow-decision-forests==1.0.1
ERROR: No matching distribution found for tensorflow-decision-forests==1.0.1
Version 1.8.1 automatically installs Tensorflow 2.15.x that doesn’t work on Windows at all.