From 6d55ff8c204210add9d7517c74b3552a2c1d3c76 Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Thu, 20 Jul 2023 11:11:04 +0100 Subject: [PATCH] pip freeze --- README.md | 142 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 142 insertions(+) diff --git a/README.md b/README.md index da12146..6628841 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,145 @@ Documentation [Combined PyNN8 python documentation (Excluding TestBase)](http://spinnakermanchester.readthedocs.io/en/7.0.0) + +Pip Freeze +========== +This code was tested with all (SpiNNakerManchester)[https://github.com/SpiNNakerManchester] on tag 7.0.0 + +Pip Freeze showed the dependencies as: + +appdirs==1.4.4 + +astroid==2.15.6 + +attrs==23.1.0 + +certifi==2023.5.7 + +charset-normalizer==3.2.0 + +contourpy==1.1.0 + +coverage==7.2.7 + +csa==0.1.12 + +cycler==0.11.0 + +dill==0.3.6 + +ebrains-drive==0.5.1 + +exceptiongroup==1.1.2 + +execnet==2.0.2 + +fonttools==4.41.0 + +graphviz==0.20.1 + +httpretty==1.1.4 + +idna==3.4 + +importlib-resources==6.0.0 + +iniconfig==2.0.0 + +isort==5.12.0 + +jsonschema==4.18.4 + +jsonschema-specifications==2023.7.1 + +kiwisolver==1.4.4 + +lazy-object-proxy==1.9.0 + +lazyarray==0.5.2 + +matplotlib==3.7.2 + +mccabe==0.7.0 + +mock==5.1.0 + +multiprocess==0.70.14 + +neo==0.12.0 + +numpy==1.24.4 + +opencv-python==4.8.0.74 + +packaging==23.1 + +pathos==0.3.0 + +Pillow==10.0.0 + +pkgutil_resolve_name==1.3.10 + +platformdirs==3.9.1 + +pluggy==1.2.0 + +pox==0.3.2 + +ppft==1.7.6.6 + +py==1.11.0 + +pylint==2.17.4 + +PyNN==0.11.0 + +pyparsing==2.4.7 + +pytest==7.4.0 + +pytest-cov==4.1.0 + +pytest-forked==1.6.0 + +pytest-instafail==0.5.0 + +pytest-progress==1.2.5 + +pytest-timeout==2.1.0 + +pytest-xdist==3.3.1 + +python-coveralls==2.9.3 + +python-dateutil==2.8.2 + +PyYAML==6.0.1 + +quantities==0.14.1 + +referencing==0.30.0 + +requests==2.31.0 + +rpds-py==0.9.2 + +scipy==1.10.1 + +six==1.16.0 + +tomli==2.0.1 + +tomlkit==0.11.8 + +typing_extensions==4.7.1 + +urllib3==2.0.4 + +websocket-client==1.6.1 + +wrapt==1.15.0 + +zipp==3.16.2 + +