Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7548b07

Browse files
authored
Merge pull request#4910 from plotly/release-6.0.0rc0
version changes for v6.0.0rc0
2 parentsb7727a5 +173ea1e commit7548b07

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

‎CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to[Semantic Versioning](http://semver.org/).
44

5-
##[UNRELEASED]
5+
##[6.0.0rc0] - 2024-11-27
66

77
###Added
88
- Add`plotly[express]` extra for easily installing Plotly Express dependencies[[#4644](https://github.com/plotly/plotly.py/pull/4644)]

‎README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
##Quickstart
4141

42-
`pip install plotly==5.24.1`
42+
`pip install plotly==6.0.0rc0`
4343

4444
```python
4545
import plotly.expressas px
@@ -79,13 +79,13 @@ Built on top of [plotly.js](https://github.com/plotly/plotly.js), `plotly.py` is
7979
plotly.py may be installed using pip
8080

8181
```
82-
pip install plotly==5.24.1
82+
pip install plotly==6.0.0rc0
8383
```
8484

8585
or conda.
8686

8787
```
88-
conda install -c plotly plotly=5.24.1
88+
conda install -c plotly plotly=6.0.0rc0
8989
```
9090

9191
###Jupyter Widget Support

‎packages/python/plotly/plotly/_widget_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# for automated dev builds
33
#
44
# It is edited by hand prior to official releases
5-
__frontend_version__="^5.24.1"
5+
__frontend_version__="^6.0.0rc0"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp