Skip to content

Commit

Permalink
osx
Browse files Browse the repository at this point in the history
  • Loading branch information
postpop committed Jan 1, 2024
1 parent 440e73b commit 49adc57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion conda/das-osxarm/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export PIP_IGNORE_INSTALLED=False
$PYTHON -m pip install keras-tuner==1.1.2 kt-legacy -vv --no-dependencies
# $PYTHON -m pip install kt-legacy -vv --no-dependencies
# $PYTHON -m pip install tensorflow-macos==2.9 tensorflow-metal==0.5.0
$PYTHON -m pip install tensorflow-macos==2.13 tensorflow-metal==1.0.0
# $PYTHON -m pip install tensorflow-macos==2.13 tensorflow-metal==1.0.0
$PYTHON -m pip install tensorflow-macos==2.14 tensorflow-metal==1.1.0
$PYTHON -m pip install das -vv --no-dependencies

2 changes: 1 addition & 1 deletion conda/das-osxarm/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ requirements:
- scikit-image
- tqdm
- xarray-behave>=0.34.0
- apple::tensorflow-deps=2.13
# - apple::tensorflow-deps=2.13
- keras
- keras-tuner

Expand Down

0 comments on commit 49adc57

Please sign in to comment.