Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add packages for nest-server-mpi #3364

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions requirements_nest_server.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,19 @@
# 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
#
# pip install -r requirements_nest_server.txt

Flask
flask-cors
Flask_Cors
gunicorn
requests
RestrictedPython

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