Skip to content

Commit e9c7a97

Browse files
committed
use released plotly 6.0.1
1 parent 956c562 commit e9c7a97

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

extras/environment.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ dependencies:
99
- pip
1010
- pip:
1111
- gradescope_utils
12-
# Using v6 (newer than Colab) to avoid the need for the plugin in the base environment. Using (unreleased) v6.0.1 to avoid a bug in the HTML export.
13-
# https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#301----2025-02-18
14-
- git+https://github.com/plotly/plotly.py@v6.0.1
1512

1613
# extensions
1714
- jupyter-resource-usage
@@ -25,8 +22,9 @@ dependencies:
2522
- html5lib=1.1
2623
- lxml
2724
- pandas=2.2.2
28-
# see above
29-
# - plotly>=6.0.1
25+
# Using v6 (newer than Colab) to avoid the need for the plugin in the base environment. Using (unreleased) v6.0.1 to avoid a bug in the HTML export.
26+
# https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#301----2025-02-18
27+
- plotly>=6.0.1
3028
- requests=2.32.3
3129
- statsmodels=0.14.4
3230
## supporting packages for notebooks ##

0 commit comments

Comments
 (0)