Skip to content
Snippets Groups Projects
Commit 9e16e985 authored by Maximilian Schmidt's avatar Maximilian Schmidt
Browse files

Move PyX to additionally required packages by Figure scripts

parent e22a394a
No related branches found
No related tags found
1 merge request!1Add all necessary files for the multi-area model
...@@ -169,7 +169,7 @@ It can be conveniently run by executing `pytest` in the `tests/` folder: ...@@ -169,7 +169,7 @@ It can be conveniently run by executing `pytest` in the `tests/` folder:
## Requirements ## Requirements
python\_dicthash ([https://github.com/INM-6/python-dicthash](https://github.com/INM-6/python-dicthash)), 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)), 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 Optional: seaborn, Sumatra
...@@ -179,7 +179,7 @@ To install the required packages in a conda environment, execute: ...@@ -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/>. 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 networkx. To install these additional packages, execute: In addition, reproducing the figures of [1] requires networkx, python-igraph and pyx. To install these additional packages, execute:
`pip install -r figures/Schmidt2017/additional_requirements.txt` `pip install -r figures/Schmidt2017/additional_requirements.txt`
......
...@@ -8,5 +8,3 @@ dependencies: ...@@ -8,5 +8,3 @@ dependencies:
- pip: - pip:
- nested_dict - nested_dict
- https://github.com/INM-6/python-dicthash/archive/master.zip - https://github.com/INM-6/python-dicthash/archive/master.zip
- pyx
python-igraph python-igraph
networkx networkx
pyx
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment