Skip to content

Update plotly version #664

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion check_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def import_version(pkg, min_ver, fail_msg=""):
requirements = {'numpy': "1.16", 'scipy': "1.2", 'matplotlib': "3.0",
'sklearn': "1.1", 'pandas': "1",
'seaborn': "0.11",
'notebook': "5.7", 'plotly': "4.3"}
'notebook': "5.7", 'plotly': "5.10"}

# now the dependencies
for lib, required_version in list(requirements.items()):
Expand Down
2 changes: 1 addition & 1 deletion environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- pandas >= 1
- matplotlib-base
- seaborn
- plotly
- plotly >= 5.10
- jupytext
- beautifulsoup4
- IPython
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ dependencies:
- jupyterlab
- notebook
- jupytext
- plotly
- plotly >= 5.10
- IPython
2 changes: 1 addition & 1 deletion local-install-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Using python in /home/lesteve/miniconda3/envs/scikit-learn-course
[ OK ] pandas version 1.2.0
[ OK ] seaborn version 0.11.1
[ OK ] notebook version 6.2.0
[ OK ] plotly version 4.14.3
[ OK ] plotly version 5.10.0
```

## Run Jupyter notebooks locally
Expand Down