Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6454bf5

Browse files
committed
very light cleanup (formatting; remove packages which are also in requires-install.txt)
1 parent 9818daf commit 6454bf5

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

packages/python/plotly/requires-optional.txt

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,16 @@
1313
### ###
1414
###################################################################
1515

16-
## numpy (technically, this is covered by matplotlib's deps) ##
16+
## numpy (required by Plotly Express) ##
1717
numpy
1818

19-
## matplotlylib dependencies - moving away from 1.3.1 ##
19+
## matplotlylib dependencies ##
2020
# matplotlib==2.2.2
2121

2222
## testing dependencies ##
2323
coverage==4.3.1
2424
mock==2.0.0
2525
pytest==8.1.1
26-
backports.tempfile==1.0
2726
xarray
2827
pytz
2928

@@ -35,7 +34,6 @@ psutil
3534
pre-commit
3635
black==22.3.0
3736

38-
3937
## codegen dependencies ##
4038
inflect
4139

@@ -45,22 +43,21 @@ colorcet
4543
## ipython ##
4644
ipython
4745

48-
## pandas deps for some matplotlib functionality ##
46+
## pandas (for some matplotlib functionality) ##
4947
pandas
50-
narwhals>=1.13.3
5148

52-
## scipy deps for some FigureFactory functions ##
49+
## scipy deps (for some FigureFactory functions) ##
5350
scipy
5451

5552
## jupyter ##
5653
jupyter
5754
jupyterlab
5855
ipykernel
5956

60-
## deps for _county_choropleth.py figure factory
57+
## deps for _county_choropleth.py figure factory ##
6158
pyshp
6259
geopandas
6360
shapely
6461

65-
## image uri conversion
62+
## image uri conversion ##
6663
pillow

0 commit comments

Comments
 (0)