Skip to content

Commit 7b6a3d7

Browse files
committed
fix: update nestml to version 8.0.0 in Dockerfiles
Update the nestml package version from 8.0.0-rc3 to 8.0.0 in bothDockerfiles. change ensures that the latest stable version of nestml is used, improving compatibility and stability of the environment.
1 parent ed99626 commit 7b6a3d7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/3.8/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ RUN mkdir ${SRC_PATH}/nest-build && cd $_ && \
125125
python3 -m pip install --upgrade scipy && \
126126
python3 -m pip install --upgrade gsl wheel setuptools swig
127127

128-
#Latest update to nestml v8.0.0-rc3
129-
RUN python3 -m pip install NESTML==8.0.0rc3 && \
128+
#Latest update to nestml v8.0.0
129+
RUN python3 -m pip install NESTML==8.0.0 && \
130130
python3 -m pip install nestml-server@git+https://github.com/babsey/[email protected] && \
131131
python3 -m pip install --upgrade pygsl@git+https://github.com/pygsl/[email protected] && \
132132
python3 -m pip install pandas "numpy<=1.26"

src/dev/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ python3 -m pip install --upgrade nest-desktop && \
131131
python3 -m pip install --upgrade scipy && \
132132
python3 -m pip install --upgrade gsl wheel setuptools swig
133133

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

0 commit comments

Comments
 (0)