forked from plotly/plotly.py
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequires-optional.txt
56 lines (45 loc) · 1.55 KB
/
requires-optional.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
### Optional Dependencies for Additional Plotly Functionality ###
### ###
### This file lists packages which are not strictly required ###
### by Plotly.py, but which are needed to use some of the ###
### library's functionality. See headings below for more ###
### See headings below for more detail. ###
### ###
### Packages used in the development process are also listed ###
### here. ###
### ###
### To install, run: ###
### $ pip install -r requires-optional.txt ###
### ###
###################################################################
## numpy (required by Plotly Express) ##
numpy
## matplotlylib dependencies ##
# matplotlib==2.2.2
## testing dependencies ##
# see also test_requirements/*.txt for specific Python versions
coverage==4.3.1
mock==2.0.0
pytest==8.1.1
xarray
pytz
## code formatting ##
pre-commit
black==22.3.0
## codegen dependencies ##
inflect
## template generation ##
colorcet
## pandas (for some matplotlib functionality) ##
pandas
## scipy deps (for some Figure Factory functions) ##
scipy
## jupyter ##
jupyter
anywidget
## deps for _county_choropleth.py (Figure Factory) ##
pyshp
geopandas
shapely
## image uri conversion ##
pillow