File tree 1 file changed +6
-9
lines changed
1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change 13
13
### ###
14
14
###################################################################
15
15
16
- ## numpy (technically, this is covered by matplotlib's deps ) ##
16
+ ## numpy (required by Plotly Express ) ##
17
17
numpy
18
18
19
- ## matplotlylib dependencies - moving away from 1.3.1 ##
19
+ ## matplotlylib dependencies ##
20
20
# matplotlib==2.2.2
21
21
22
22
## testing dependencies ##
23
23
coverage==4.3.1
24
24
mock==2.0.0
25
25
pytest==8.1.1
26
- backports.tempfile==1.0
27
26
xarray
28
27
pytz
29
28
35
34
pre-commit
36
35
black==22.3.0
37
36
38
-
39
37
## codegen dependencies ##
40
38
inflect
41
39
@@ -45,22 +43,21 @@ colorcet
45
43
## ipython ##
46
44
ipython
47
45
48
- ## pandas deps for some matplotlib functionality ##
46
+ ## pandas ( for some matplotlib functionality) ##
49
47
pandas
50
- narwhals>=1.13.3
51
48
52
- ## scipy deps for some FigureFactory functions ##
49
+ ## scipy deps ( for some FigureFactory functions) ##
53
50
scipy
54
51
55
52
## jupyter ##
56
53
jupyter
57
54
jupyterlab
58
55
ipykernel
59
56
60
- ## deps for _county_choropleth.py figure factory
57
+ ## deps for _county_choropleth.py figure factory ##
61
58
pyshp
62
59
geopandas
63
60
shapely
64
61
65
- ## image uri conversion
62
+ ## image uri conversion ##
66
63
pillow
You can’t perform that action at this time.
0 commit comments