Skip to content

Commit

Permalink
Set pygsl to fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
steffengraber committed Jun 17, 2024
1 parent 5fd6274 commit 621edd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/3.7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
python3 -m pip install --upgrade pip && \
python3 -m pip install -r ${SRC_PATH}/nest-simulator-${NEST_VERSION}/requirements_testing.txt && \
python3 -m pip install -r ${SRC_PATH}/nest-simulator-${NEST_VERSION}/requirements_nest_server.txt && \
python3 -m pip install --upgrade pygsl && \
python3 -m pip install pygsl==2.3.3 && \
python3 -m pip install --upgrade nest-desktop && \
python3 -m pip install --upgrade nestml && \
python3 -m pip install --force-reinstall --upgrade scipy
Expand Down

0 comments on commit 621edd0

Please sign in to comment.