Skip to content

Commit 4f5bc4a

Browse files
committed
#177 fix requirements for non-dev build
1 parent bcbc163 commit 4f5bc4a

2 files changed

Lines changed: 56 additions & 48 deletions

File tree

.dockerignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
*pyc
44
/static/
55
/dependencies/
6-
# webapp/build/
7-
# /webapp/node_modules/
6+
/webapp/build/
7+
/webapp/node_modules/
88
/webapp/geppetto-client/
99
.DS_Store
1010
*.egg-info/

requirements.txt

Lines changed: 54 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,115 +1,123 @@
1+
airspeed==0.5.14
2+
appdirs==1.4.3
13
appnope==0.1.0
4+
astroid==2.3.3
25
atomicwrites==1.3.0
3-
attrs==19.1.0
6+
attrs==19.3.0
47
backcall==0.1.0
58
bleach==2.1.4
6-
bokeh==0.13.0
7-
cffi==1.12.3
9+
bokeh==2.0.0
10+
cachetools==4.0.0
11+
certifi==2019.11.28
812
chardet==3.0.4
9-
colorcet==2.0.1
10-
coverage==4.5.4
13+
coverage==5.0.3
1114
cycler==0.10.0
1215
decorator==4.3.0
1316
defusedxml==0.5.0
14-
Deprecated==1.2.6
17+
Deprecated==1.2.7
18+
distlib==0.3.0
1519
entrypoints==0.2.3
1620
filelock==3.0.12
1721
h5py==2.10.0
18-
hdmf==1.5.4
19-
holoviews==1.10.6
22+
hdmf==1.6.1
23+
holoviews==1.12.7
2024
html5lib==1.0.1
21-
idna==2.8
22-
imageio==2.5.0
23-
importlib-metadata==0.19
25+
idna==2.9
26+
imageio==2.8.0
27+
importlib-metadata==1.5.0
2428
ipydatawidgets==4.0.1
2529
ipykernel==4.9.0
26-
ipympl==0.3.3
30+
ipympl==0.5.3
2731
ipython==6.5.0
2832
ipython-genutils==0.2.0
2933
ipyvolume==0.5.2
3034
ipywebrtc==0.5.0
3135
ipywidgets==7.4.1
32-
itk-core==5.0.1
33-
itk-filtering==5.0.1
34-
itk-numerics==5.0.1
35-
itkwidgets==0.18.0
36+
isort==4.3.21
3637
jedi==0.12.1
3738
Jinja2==2.10
3839
jsonschema==2.6.0
3940
jupyter==1.0.0
4041
jupyter-client==5.2.3
4142
jupyter-console==5.2.0
4243
jupyter-core==4.4.0
43-
jupyter-geppetto==1.0.0
44+
jupyter_geppetto==1.0.1
4445
kiwisolver==1.0.1
46+
lazy-object-proxy==1.4.3
4547
lxml==4.2.4
4648
MarkupSafe==1.0
4749
matplotlib==2.2.3
50+
mccabe==0.6.1
4851
mistune==0.8.3
49-
more-itertools==7.2.0
52+
more-itertools==8.2.0
5053
msgpack-python==0.5.6
51-
multimethod==1.1
54+
multimethod==1.3
5255
nbconvert==5.4.0
5356
nbformat==4.4.0
5457
ndx-grayscalevolume==0.0.2
58+
ndx-icephys-meta==0.1.0
59+
networkx==2.4
5560
nose==1.3.7
5661
notebook==5.6.0
57-
numpy==1.18.1
62+
numpy==1.15.1
5863
nwbwidgets==0.2.0
5964
ordered-set==3.0.1
60-
packaging==19.1
61-
pandas==0.25.3
65+
packaging==20.3
66+
pandas==1.0.1
6267
pandocfilters==1.4.2
63-
param==1.9.1
68+
param==1.9.3
6469
parso==0.3.1
6570
pexpect==4.6.0
6671
pickleshare==0.7.4
6772
Pillow==5.2.0
68-
pluggy==0.12.0
73+
plotly==4.5.3
74+
pluggy==0.13.1
6975
prometheus-client==0.3.1
7076
prompt-toolkit==1.0.15
7177
ptyprocess==0.6.0
72-
py==1.8.0
73-
pycodestyle==2.5.0
74-
pycparser==2.19
75-
pyct==0.4.6
76-
pyecore==0.10.2
77-
pygeppetto==0.6.0
78+
py==1.8.1
79+
pyecore==0.11.3
80+
pygeppetto==0.7.0
7881
Pygments==2.2.0
79-
pymultigen==0.2.0
82+
pylint==2.4.4
8083
pynwb==1.3.0
8184
pyparsing==2.2.0
82-
pyrsistent==0.15.4
83-
python-dateutil==2.8.0
85+
pytest==4.6.2
86+
pytest-cov==2.7.1
87+
python-dateutil==2.7.3
8488
pythreejs==2.1.1
8589
pytz==2018.5
86-
pyviz-comms==0.7.2
87-
PyYAML==5.1.2
90+
pyviz-comms==0.7.4
91+
PyWavelets==1.1.1
92+
PyYAML==5.3
8893
pyzmq==17.1.2
8994
qtconsole==4.4.1
90-
quantities==0.12.3
95+
quantities==0.12.4
9196
redis==2.10.6
92-
requests==2.22.0
93-
RestrictedPython==4.0
94-
ruamel.yaml==0.16.0
95-
ruamel.yaml.clib==0.1.0
97+
requests==2.23.0
98+
RestrictedPython==5.0
99+
retrying==1.3.3
100+
ruamel.yaml==0.16.10
101+
ruamel.yaml.clib==0.2.0
102+
scikit-image==0.16.2
96103
scipy==1.1.0
97104
seaborn==0.8.1
98105
Send2Trash==1.5.0
99106
simplegeneric==0.8.1
100-
six==1.11.0
107+
six==1.14.0
101108
terminado==0.8.1
102109
testpath==0.3.1
103110
toml==0.10.0
104111
tornado==5.1
112+
tox==3.12.1
105113
traitlets==4.3.2
106114
traittypes==0.2.1
107-
urllib3==1.25.3
115+
typing-extensions==3.7.4.1
116+
urllib3==1.25.8
108117
uuid==1.30
109-
virtualenv==16.7.2
118+
virtualenv==20.0.10
110119
wcwidth==0.1.7
111120
webencodings==0.5.1
112121
widgetsnbextension==3.4.1
113-
wrapt==1.11.2
114-
zipp==0.5.2
115-
zstandard==0.11.1
122+
wrapt==1.12.1
123+
zipp==3.1.0

0 commit comments

Comments
 (0)