Skip to content

Commit 10cb83a

Browse files
authored
build: bump numpy, ostk-core, ostk-math, ostk-physics (#422)
* build: bump numpy * Update requirements.txt * Update requirements.txt
1 parent 6687920 commit 10cb83a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

bindings/python/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Apache License 2.0
22

3-
open-space-toolkit-core~=3.0
3+
open-space-toolkit-core~=3.1
44
open-space-toolkit-io~=3.0
5-
open-space-toolkit-mathematics~=3.0
6-
open-space-toolkit-physics~=7.0
7-
numpy~=1.26
5+
open-space-toolkit-mathematics~=3.1
6+
open-space-toolkit-physics~=7.1
7+
numpy~=2.0

docker/jupyter/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN apt-get update \
1818
&& apt-get install -y curl git-lfs \
1919
&& rm -rf /var/lib/apt/lists/*
2020

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

2323
# Install JupyterLab extensions
2424

docker/release/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ RUN apt-get update -y \
6161
&& apt-get install -y libcurl4-openssl-dev libssl-dev wget unzip \
6262
&& rm -rf /var/lib/apt/lists/*
6363

64-
RUN pip install ipython numpy
64+
RUN pip install "ipython" "numpy~=2.0"
6565

6666
# Install OSTk data
6767

0 commit comments

Comments
 (0)