Skip to content

Commit c12e0ac

Browse files
authored
Fixes many dependency errors
fix broken ccxt dependancy 1.21.22 doesn't exist (https://pypi.org/project/ccxt/1.23.1/#history) fin numpy fix broken tensorboard dependancy ERROR: Cannot install -r binder/requirements.txt (line 53) and tensorboard==2.2.2 because these package versions have conflicting dependencies. The conflict is caused by: The user requested tensorboard==2.2.2 tensorflow 2.5.1 depends on tensorboard~=2.5 fix broken tensorflow-estimator
1 parent fd6b3ed commit c12e0ac

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

binder/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ altair==4.1.0
22
beautifulsoup4==4.9.1
33
bokeh==2.0.2
44
bqplot==0.12.7
5-
ccxt==1.21.22
5+
ccxt==1.23.1
66
chart-studio==1.1.0
77
dash==1.12.0
88
dash-core-components==1.10.0
@@ -27,7 +27,7 @@ mimesis==3.3.0
2727
nbdime==2.0.0
2828
nbresuse==0.3.6
2929
numba==0.46.0
30-
numpy==1.18.3
30+
numpy==1.21.2
3131
openpyxl==3.0.3
3232
pandas==0.25.3
3333
pandoc==1.0.2
@@ -48,10 +48,10 @@ spacy==2.2.4
4848
SQLAlchemy==1.3.6
4949
statsmodels==0.10.1
5050
sympy==1.5.1
51-
tensorboard==2.2.2
51+
tensorboard==2.5.0
5252
tensorboard-plugin-wit==1.6.0.post3
5353
tensorflow==2.5.1
54-
tensorflow-estimator==2.2.0
54+
tensorflow-estimator==2.5.0
5555
vapeplot==0.0.8
5656
vega==2.5.0
57-
voila==0.1.21
57+
voila==0.1.21

0 commit comments

Comments
 (0)