Skip to content

Commit e3600f4

Browse files
committed
pip freeze
1 parent 9f5e437 commit e3600f4

File tree

1 file changed

+142
-0
lines changed

1 file changed

+142
-0
lines changed

README.md

+142
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,145 @@ This option says where to find the built version of JavaSpiNNaker. If you have f
4646
[API documentation](https://spinnakermanchester.github.io/JavaSpiNNaker/apidocs/) (Javadoc)
4747
<br>
4848
[Maven metadata](https://spinnakermanchester.github.io/JavaSpiNNaker/)
49+
50+
51+
Pip Freeze
52+
==========
53+
This code was tested with all (SpiNNakerManchester)[https://github.com/SpiNNakerManchester] on tag 7.0.0
54+
55+
Pip Freeze showed the dependencies as:
56+
57+
appdirs==1.4.4
58+
59+
astroid==2.15.6
60+
61+
attrs==23.1.0
62+
63+
certifi==2023.5.7
64+
65+
charset-normalizer==3.2.0
66+
67+
contourpy==1.1.0
68+
69+
coverage==7.2.7
70+
71+
csa==0.1.12
72+
73+
cycler==0.11.0
74+
75+
dill==0.3.6
76+
77+
ebrains-drive==0.5.1
78+
79+
exceptiongroup==1.1.2
80+
81+
execnet==2.0.2
82+
83+
fonttools==4.41.0
84+
85+
graphviz==0.20.1
86+
87+
httpretty==1.1.4
88+
89+
idna==3.4
90+
91+
importlib-resources==6.0.0
92+
93+
iniconfig==2.0.0
94+
95+
isort==5.12.0
96+
97+
jsonschema==4.18.4
98+
99+
jsonschema-specifications==2023.7.1
100+
101+
kiwisolver==1.4.4
102+
103+
lazy-object-proxy==1.9.0
104+
105+
lazyarray==0.5.2
106+
107+
matplotlib==3.7.2
108+
109+
mccabe==0.7.0
110+
111+
mock==5.1.0
112+
113+
multiprocess==0.70.14
114+
115+
neo==0.12.0
116+
117+
numpy==1.24.4
118+
119+
opencv-python==4.8.0.74
120+
121+
packaging==23.1
122+
123+
pathos==0.3.0
124+
125+
Pillow==10.0.0
126+
127+
pkgutil_resolve_name==1.3.10
128+
129+
platformdirs==3.9.1
130+
131+
pluggy==1.2.0
132+
133+
pox==0.3.2
134+
135+
ppft==1.7.6.6
136+
137+
py==1.11.0
138+
139+
pylint==2.17.4
140+
141+
PyNN==0.11.0
142+
143+
pyparsing==2.4.7
144+
145+
pytest==7.4.0
146+
147+
pytest-cov==4.1.0
148+
149+
pytest-forked==1.6.0
150+
151+
pytest-instafail==0.5.0
152+
153+
pytest-progress==1.2.5
154+
155+
pytest-timeout==2.1.0
156+
157+
pytest-xdist==3.3.1
158+
159+
python-coveralls==2.9.3
160+
161+
python-dateutil==2.8.2
162+
163+
PyYAML==6.0.1
164+
165+
quantities==0.14.1
166+
167+
referencing==0.30.0
168+
169+
requests==2.31.0
170+
171+
rpds-py==0.9.2
172+
173+
scipy==1.10.1
174+
175+
six==1.16.0
176+
177+
tomli==2.0.1
178+
179+
tomlkit==0.11.8
180+
181+
typing_extensions==4.7.1
182+
183+
urllib3==2.0.4
184+
185+
websocket-client==1.6.1
186+
187+
wrapt==1.15.0
188+
189+
zipp==3.16.2
190+

0 commit comments

Comments
 (0)