Add conda
environment configurations for Linux w/ CUDA and macOS w/ Metal
#70
Labels
enhancement
New feature or request
Is your feature request related to a problem? Please describe.
Because
tensorflow
is pinned to2.8.0
, it is unresolvable for Apple Silicon macs. Thetensorflow
package for macOS on PyPI is under the nametensorflow-macos
for2.12
and earlier. If it's possible to unpintensorflow
and use anything later than 2.13 , then there isn't a need fortensorflow-macos
, and pip installtensorflow
would work.For example when I run
pip install -e .
, I get the following errorERROR: Could not find a version that satisfies the requirement tensorflow==2.8 (from cell-classification) (from versions: 2.13.0rc0, 2.13.0rc1, 2.13.0rc2, 2.13.0, 2.14.0rc0, 2.14.0rc1) ERROR: No matching distribution found for tensorflow==2.8
Describe the solution you'd like
We should include various
conda
environment configuration files, one for CUDA on Linux / Windows, and one for MPS/metal (macOS gpu compute).Describe alternatives you've considered
Stop using google products.
Additional context
N/A
The text was updated successfully, but these errors were encountered: