Skip to content

Commit

Permalink
Add NESTML v8.0.0rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
steffengraber committed Nov 27, 2024
1 parent cb87371 commit f525c1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/3.8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ RUN mkdir ${SRC_PATH}/nest-build && cd $_ && \
python3 -m pip install --upgrade scipy && \
python3 -m pip install --upgrade gsl wheel setuptools swig

#Latest update to nestml v8.0.0-rc1
RUN python3 -m pip install nestml==8.0.0rc2 && \
#Latest update to nestml v8.0.0-rc3
RUN python3 -m pip install NESTML==8.0.0rc3 && \
python3 -m pip install nestml-server@git+https://github.com/babsey/[email protected] && \
python3 -m pip install --upgrade pygsl@git+https://github.com/pygsl/[email protected] && \
python3 -m pip install pandas "numpy<=1.26"
Expand Down
4 changes: 2 additions & 2 deletions src/dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ python3 -m pip install --upgrade nest-desktop && \
python3 -m pip install --upgrade scipy && \
python3 -m pip install --upgrade gsl wheel setuptools swig

#Latest update to nestml v8.0.0-rc1
RUN python3 -m pip install nestml==8.0.0rc2 && \
#Latest update to nestml v8.0.0-rc3
RUN python3 -m pip install nestml==8.0.0rc3 && \
python3 -m pip install nestml-server@git+https://github.com/babsey/[email protected] && \
python3 -m pip install --upgrade pygsl@git+https://github.com/pygsl/[email protected]

Expand Down

0 comments on commit f525c1e

Please sign in to comment.