Skip to content

Commit 26488bb

Browse files
committed
specify the versions for pip install
1 parent 06fd1fd commit 26488bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

create_ampl_env.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ pip install -r pip_requirements.txt
3636
# 'tensorflow.python.training.experimental.mixed_precision' has no attribute '_register_wrapper_optimizer_cls'
3737

3838
pip uninstall -y keras
39-
pip install -U tensorflow keras
39+
pip install -U tensorflow==2.8.0 keras==2.8.0
4040

41-
duration=$(( SECONDS - start ))
41+
duration=$(( SECONDS - start ))

0 commit comments

Comments
 (0)