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:
## 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 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`
......
......@@ -8,5 +8,3 @@ dependencies:
- pip:
- nested_dict
- https://github.com/INM-6/python-dicthash/archive/master.zip
- pyx
python-igraph
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