Skip to content

Commit cd178e3

Browse files
committed
Update gpCAM notebook
1 parent 21f6175 commit cd178e3

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Documentation:
4242
:Note:
4343

4444
* Tests were run on Linux and MacOS with Python versions 3.10, 3.11, 3.12, 3.13
45-
* Heterogeneous workflows tested on Aurora (ALCF), Polaris (ALCF), LUMI ((EuroHPC JU)), and Perlmutter (NERSC).
45+
* Heterogeneous workflows tested on Aurora (ALCF), Polaris (ALCF), LUMI (EuroHPC JU), and Perlmutter (NERSC).
4646

4747
:Known Issues:
4848

examples/tutorials/gpcam_surrogate_model/gpcam.ipynb

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@
2020
"Ensure that libEnsemble, and gpCAM are installed via: `pip install libensemble gpcam`\n",
2121
" \n",
2222
"> **Note that for notebooks** the multiprocessing start method should be set to `fork` (default on Linux).\n",
23-
"> To use with `spawn` (default on Windows and macOS), use the `multiprocess` library.\n",
24-
"\n",
25-
"> **Note:** If using **Colab** the cell below installs gpCAM and prevents Colab downgrading numpy due to pre-installs.\n",
26-
"> Restart session when prompted (the warnings can be ignored)."
23+
"> To use with `spawn` (default on Windows and macOS), use the `multiprocess` library."
2724
]
2825
},
2926
{
@@ -35,8 +32,7 @@
3532
"import sys\n",
3633
"if 'google.colab' in sys.modules:\n",
3734
" !pip install libensemble\n",
38-
" # Prevent downgraded numpy in colab due to preinstalls\n",
39-
" !pip install --upgrade --force-reinstall numpy==2.1.1 scipy gpcam fvgp"
35+
" !pip install gpcam"
4036
]
4137
},
4238
{

0 commit comments

Comments
 (0)