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
{{ message }}
This repository was archived by the owner on Feb 27, 2024. It is now read-only.
This is a use case related to conditional installs of versions of packages (e.g. tensorflow or pytorch) based on the presence of a cuda installation on the system.
The suggestion is to add a cuda_installed marker as part of the Environment Markers. This would enable systems like pipenv to install tensorflow on cpu systems and tensorflow_gpu on systems where cuda is installed.