Skip to content

Commit

Permalink
Update build_osxarm64.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
postpop authored Nov 3, 2024
1 parent 54b6cc1 commit acfe41f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conda/das-test/build_osxarm64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export PIP_NO_DEPENDENCIES=False
export PIP_IGNORE_INSTALLED=False

$PYTHON -m pip install keras-tuner==1.1.2 kt-legacy -vv --no-dependencies
$PYTHON -m pip install "tensorflow<2.16" tensorflow-metal==1.1.0 "numpy<1.24"
# $PYTHON -m pip install "tensorflow<2.16" tensorflow-metal==1.1.0 "numpy<1.24"
$PYTHON -m pip install "tensorflow<2.16" tensorflow-metal==1.1.0
$PYTHON -m pip install das -vv --no-dependencies

0 comments on commit acfe41f

Please sign in to comment.