forked from nest/nest-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cb87371
commit f525c1e
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|
||
|