Skip to content

Commit

Permalink
🔢numpy 2.0.0 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Leaver committed Jun 17, 2024
1 parent 2b58c1c commit d90405c
Show file tree
Hide file tree
Showing 10 changed files with 291 additions and 8,428 deletions.
10 changes: 10 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ ENV NZTHERMO_BUILD_COVERAGE 1
RUN pip install --no-cache-dir --no-deps --upgrade --target src/ . \
&& pytest tests

# numpy 2.0.0 testing
RUN pip install --no-cache-dir Pint==0.24 numpy==2.0.0 --upgrade \
&& pytest tests


USER 1001

# .................................................................................................
Expand All @@ -48,4 +53,9 @@ ENV NZTHERMO_BUILD_COVERAGE 1
RUN pip install --no-cache-dir --no-deps --upgrade --target src/ . \
&& pytest tests

# numpy 2.0.0 testing
RUN pip install --no-cache-dir Pint==0.24 numpy==2.0.0 --upgrade \
&& pytest tests


USER 1001
312 changes: 0 additions & 312 deletions nb.ipynb

This file was deleted.

Loading

0 comments on commit d90405c

Please sign in to comment.