Skip to content

Commit 7aee3bd

Browse files
authored
Update plotly version (#664)
1 parent 0ed5c76 commit 7aee3bd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

check_env.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def import_version(pkg, min_ver, fail_msg=""):
5757
requirements = {'numpy': "1.16", 'scipy': "1.2", 'matplotlib': "3.0",
5858
'sklearn': "1.1", 'pandas': "1",
5959
'seaborn': "0.11",
60-
'notebook': "5.7", 'plotly': "4.3"}
60+
'notebook': "5.7", 'plotly': "5.10"}
6161

6262
# now the dependencies
6363
for lib, required_version in list(requirements.items()):

environment-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- pandas >= 1
77
- matplotlib-base
88
- seaborn
9-
- plotly
9+
- plotly >= 5.10
1010
- jupytext
1111
- beautifulsoup4
1212
- IPython

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ dependencies:
1111
- jupyterlab
1212
- notebook
1313
- jupytext
14-
- plotly
14+
- plotly >= 5.10
1515
- IPython

local-install-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Using python in /home/lesteve/miniconda3/envs/scikit-learn-course
5050
[ OK ] pandas version 1.2.0
5151
[ OK ] seaborn version 0.11.1
5252
[ OK ] notebook version 6.2.0
53-
[ OK ] plotly version 4.14.3
53+
[ OK ] plotly version 5.10.0
5454
```
5555

5656
## Run Jupyter notebooks locally

0 commit comments

Comments
 (0)