diff --git a/bindings/python/requirements.txt b/bindings/python/requirements.txt index 29a33a5c0..4704968c2 100644 --- a/bindings/python/requirements.txt +++ b/bindings/python/requirements.txt @@ -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 \ No newline at end of file +open-space-toolkit-mathematics~=3.1 +open-space-toolkit-physics~=7.1 +numpy~=2.0 diff --git a/docker/jupyter/Dockerfile b/docker/jupyter/Dockerfile index 8b97780c8..1afb9f0e6 100644 --- a/docker/jupyter/Dockerfile +++ b/docker/jupyter/Dockerfile @@ -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 diff --git a/docker/release/Dockerfile b/docker/release/Dockerfile index 3692552ae..6dbc3c6d1 100644 --- a/docker/release/Dockerfile +++ b/docker/release/Dockerfile @@ -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