Skip to content

Commit

Permalink
build: bump numpy, ostk-core, ostk-math, ostk-physics (#422)
Browse files Browse the repository at this point in the history
* build: bump numpy

* Update requirements.txt

* Update requirements.txt
  • Loading branch information
apaletta3 authored Jul 16, 2024
1 parent 6687920 commit 10cb83a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions bindings/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Apache License 2.0

open-space-toolkit-core~=3.0
open-space-toolkit-core~=3.1
open-space-toolkit-io~=3.0
open-space-toolkit-mathematics~=3.0
open-space-toolkit-physics~=7.0
numpy~=1.26
open-space-toolkit-mathematics~=3.1
open-space-toolkit-physics~=7.1
numpy~=2.0
2 changes: 1 addition & 1 deletion docker/jupyter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN apt-get update \
&& apt-get install -y curl git-lfs \
&& rm -rf /var/lib/apt/lists/*

RUN pip install --quiet "numpy" "pandas" "plotly" "ipywidgets>=7.6" "ipympl>=0.9.0"
RUN pip install --quiet "numpy~=2.0" "pandas" "plotly" "ipywidgets>=7.6" "ipympl>=0.9.0"

# Install JupyterLab extensions

Expand Down
2 changes: 1 addition & 1 deletion docker/release/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ RUN apt-get update -y \
&& apt-get install -y libcurl4-openssl-dev libssl-dev wget unzip \
&& rm -rf /var/lib/apt/lists/*

RUN pip install ipython numpy
RUN pip install "ipython" "numpy~=2.0"

# Install OSTk data

Expand Down

0 comments on commit 10cb83a

Please sign in to comment.