change system
This commit is contained in:
parent
cf11c0c9bb
commit
64ed87da0b
|
@ -8,7 +8,7 @@
|
|||
"name": "Python: Current File",
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"program": "C:\\Users\\25759\\OneDrive\\Project\\ScrAbm\\Dissertation\\IIabm\\model.py",
|
||||
"program": "C:\\Users\\ASUS\\OneDrive\\Project\\ScrAbm\\Dissertation\\IIabm\\model.py",
|
||||
"console": "integratedTerminal",
|
||||
"justMyCode": true
|
||||
}
|
||||
|
|
BIN
network.png
BIN
network.png
Binary file not shown.
Before Width: | Height: | Size: 2.7 MiB After Width: | Height: | Size: 2.7 MiB |
Binary file not shown.
|
@ -1,9 +1,48 @@
|
|||
agentpy==0.1.5
|
||||
alabaster==0.7.13
|
||||
Babel==2.12.1
|
||||
certifi @ file:///C:/b/abs_85o_6fm0se/croot/certifi_1671487778835/work/certifi
|
||||
charset-normalizer==3.0.1
|
||||
colorama==0.4.6
|
||||
cycler==0.11.0
|
||||
decorator==5.1.1
|
||||
dill==0.3.6
|
||||
docutils==0.19
|
||||
idna==3.4
|
||||
imagesize==1.4.1
|
||||
importlib-metadata==6.0.0
|
||||
Jinja2==3.1.2
|
||||
joblib==1.2.0
|
||||
kiwisolver==1.4.4
|
||||
MarkupSafe==2.1.2
|
||||
matplotlib==3.3.4
|
||||
matplotlib-inline==0.1.6
|
||||
multiprocess==0.70.14
|
||||
networkx==2.5
|
||||
numpy==1.20.3
|
||||
numpydoc==1.1.0
|
||||
packaging==23.0
|
||||
pandas==1.4.1
|
||||
pandas-stubs==1.2.0.39
|
||||
pygraphviz==1.9
|
||||
Pillow==9.4.0
|
||||
Pygments==2.14.0
|
||||
pygraphviz @ file:///C:/Users/ASUS/OneDrive/Project/ScrAbm/Dissertation/IIabm/pygraphviz-1.9-cp38-cp38-win_amd64.whl
|
||||
pyparsing==3.0.9
|
||||
python-dateutil==2.8.2
|
||||
pytz==2022.7.1
|
||||
requests==2.28.2
|
||||
SALib==1.4.7
|
||||
scipy==1.10.1
|
||||
six==1.16.0
|
||||
snowballstemmer==2.2.0
|
||||
Sphinx==6.1.3
|
||||
sphinxcontrib-applehelp==1.0.4
|
||||
sphinxcontrib-devhelp==1.0.2
|
||||
sphinxcontrib-htmlhelp==2.0.1
|
||||
sphinxcontrib-jsmath==1.0.1
|
||||
sphinxcontrib-qthelp==1.0.3
|
||||
sphinxcontrib-serializinghtml==1.1.5
|
||||
traitlets==5.9.0
|
||||
urllib3==1.26.14
|
||||
wincertstore==0.2
|
||||
zipp==3.15.0
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
agentpy==0.1.5
|
||||
matplotlib==3.3.4
|
||||
matplotlib-inline==0.1.6
|
||||
networkx==2.5
|
||||
numpy==1.20.3
|
||||
numpydoc==1.1.0
|
||||
pandas==1.4.1
|
||||
pandas-stubs==1.2.0.39
|
||||
pygraphviz==1.9
|
Loading…
Reference in New Issue