Skip to content

Commit f5479b6

Browse files
authored
solve Colab pre-release install conflict. closes #1745 (#1746)
1 parent 64877ed commit f5479b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/PySDM_examples/Ware_et_al_2025/fig_10.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"if 'google.colab' in sys.modules:\n",
2828
" !pip --quiet install open-atmos-jupyter-utils\n",
2929
" from open_atmos_jupyter_utils import pip_install_on_colab\n",
30-
" pip_install_on_colab('PySDM-examples>=3.0.0rc10')"
30+
" pip_install_on_colab('PySDM-examples>=3.0.0rc10', 'PySDM>=3.0.0rc10')"
3131
]
3232
},
3333
{

examples/PySDM_examples/deJong_Mackay_et_al_2023/figs_10_11_12_13.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"if 'google.colab' in sys.modules:\n",
3333
" !pip --quiet install open-atmos-jupyter-utils\n",
3434
" from open_atmos_jupyter_utils import pip_install_on_colab\n",
35-
" pip_install_on_colab('PySDM-examples>=3.0.0-pre.5')"
35+
" pip_install_on_colab('PySDM-examples>=3.0.0rc5', 'PySDM>=3.0.0rc5')"
3636
],
3737
"outputs": [],
3838
"execution_count": 1

0 commit comments

Comments
 (0)