Skip to content

Commit

Permalink
Merge pull request #3364 from babsey/nest-server-reqs
Browse files Browse the repository at this point in the history
Add packages for nest-server-mpi
  • Loading branch information
terhorstd authored Jan 24, 2025
2 parents c201d67 + ac9c905 commit 88c47b9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion requirements_nest_server.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
# https://www.nest-simulator.org/installation.
#
# The listed requirements are used to build the mamba environment defined
# in the environment yaml file. If you want to build an environment
# in the environment yaml file. If you want to run nest-server with mpi, please
# uncomment to install required packages. If you want to build an environment
# yourself, e.g., independent of mamba, the requirements from this file
# can be installed by
#
Expand All @@ -18,3 +19,7 @@ flask-cors
gunicorn
requests
RestrictedPython

# Uncomment next lines of packages for mpi:
# docopt
# mpi4py

0 comments on commit 88c47b9

Please sign in to comment.