Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
multi-area-model
Manage
Activity
Members
Labels
Plan
Issues
7
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IAS-6
multi-area-model
Commits
9e16e985
Commit
9e16e985
authored
7 years ago
by
Maximilian Schmidt
Browse files
Options
Downloads
Patches
Plain Diff
Move PyX to additionally required packages by Figure scripts
parent
e22a394a
No related branches found
No related tags found
1 merge request
!1
Add all necessary files for the multi-area model
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+2
-2
2 additions, 2 deletions
README.md
environment.yaml
+0
-2
0 additions, 2 deletions
environment.yaml
figures/Schmidt2017/additional_requirements.txt
+1
-0
1 addition, 0 deletions
figures/Schmidt2017/additional_requirements.txt
with
3 additions
and
4 deletions
README.md
+
2
−
2
View file @
9e16e985
...
...
@@ -169,7 +169,7 @@ It can be conveniently run by executing `pytest` in the `tests/` folder:
## Requirements
python
\_
dicthash (
[
https://github.com/INM-6/python-dicthash
](
https://github.com/INM-6/python-dicthash
)
),
correlation
\_
toolbox (
[
https://github.com/INM-6/correlation-toolbox
](
https://github.com/INM-6/correlation-toolbox
)
),
pandas, numpy, nested_dict, matplotlib (2.1.2),
pyx,
scipy, NEST 2.14.0
pandas, numpy, nested_dict, matplotlib (2.1.2), scipy, NEST 2.14.0
Optional: seaborn, Sumatra
...
...
@@ -179,7 +179,7 @@ To install the required packages in a conda environment, execute:
Note that NEST needs to be installed separately, see
<http://www.nest-simulator.org/installation/>
.
In addition, reproducing the figures of [1] requires python-igraph and
network
x. To install these additional packages, execute:
In addition, reproducing the figures of [1] requires
networkx,
python-igraph and
py
x. To install these additional packages, execute:
`pip install -r figures/Schmidt2017/additional_requirements.txt`
...
...
This diff is collapsed.
Click to expand it.
environment.yaml
+
0
−
2
View file @
9e16e985
...
...
@@ -8,5 +8,3 @@ dependencies:
-
pip
:
-
nested_dict
-
https://github.com/INM-6/python-dicthash/archive/master.zip
-
pyx
This diff is collapsed.
Click to expand it.
figures/Schmidt2017/additional_requirements.txt
+
1
−
0
View file @
9e16e985
python-igraph
networkx
pyx
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment