File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Apache License 2.0
2
2
3
- open-space-toolkit-core ~= 3.0
3
+ open-space-toolkit-core ~= 3.1
4
4
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
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RUN apt-get update \
18
18
&& apt-get install -y curl git-lfs \
19
19
&& rm -rf /var/lib/apt/lists/*
20
20
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"
22
22
23
23
# Install JupyterLab extensions
24
24
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ RUN apt-get update -y \
61
61
&& apt-get install -y libcurl4-openssl-dev libssl-dev wget unzip \
62
62
&& rm -rf /var/lib/apt/lists/*
63
63
64
- RUN pip install ipython numpy
64
+ RUN pip install " ipython" " numpy~=2.0"
65
65
66
66
# Install OSTk data
67
67
You can’t perform that action at this time.
0 commit comments