Skip to content

Commit

Permalink
Update pre-requirements.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mgough-970 authored Aug 19, 2024
1 parent 9fc8b5e commit 0293611
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions notebooks/STIS/drizpac_notebook/pre-requirements.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Install numpy
#pip install numpy<2.0.0

pip install --force-reinstall -Iv 'numpy<2.0.0'
# Install hstcal
conda install -y -c conda-forge hstcal==2.7.4

1 comment on commit 0293611

@sean-lockwood
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mgough-970 -

This notebook is having problems finding the Numpy installation:
https://github.com/spacetelescope/hst_notebooks/actions/runs/12614914830/job/35154361561

I'm wondering if the -I flag (--ignore-installed) is interfering with the --force-reinstall functionality?

Please sign in to comment.