Closed tinmodeHuang closed 3 years ago
I don't expect that existing packages are updated with the command pip install -U tf_geometric[tf2-gpu](e.g. existing release version 2.4.1 of Tensorflow isn't expected to upgrade), how shall I do?
pip install -U tf_geometric[tf2-gpu]
Just use the command : pip install -U tf_geometric
pip install -U tf_geometric
This command will not install or update tensorflow.
sorry for being careless, just pay attention to it, thanks for your instant reply
I don't expect that existing packages are updated with the command
pip install -U tf_geometric[tf2-gpu]
(e.g. existing release version 2.4.1 of Tensorflow isn't expected to upgrade), how shall I do?