File tree 1 file changed +44
-2
lines changed
1 file changed +44
-2
lines changed Original file line number Diff line number Diff line change @@ -53,9 +53,51 @@ test =
53
53
# optional extras for recommended dependencies
54
54
# see: doc/source/getting_started/install.rst
55
55
recommended =
56
- numexpr>=2.7.1
57
56
bottleneck>=1.3.1
58
-
57
+ numba>=0.50.1
58
+ numexpr>=2.7.1
59
+ computation =
60
+ numba>=0.50.1
61
+ scipy >=1.4.1
62
+ xarray>=0.15.1
63
+ s3 =
64
+ boto3>=1.22.7
65
+ s3fs>=0.4.0
66
+ gcp =
67
+ gcsfs>=0.6.0
68
+ pandas-gbq>=0.14.0
69
+ azure =
70
+ adlfs >=0.6.0
71
+ excel =
72
+ openpyxl >=3.0.3
73
+ pyxlsb >=1.0.6
74
+ xlrd >=2.0.1
75
+ xlwt >=1.3.0
76
+ xlsxwriter>=1.2.2
77
+ parquet =
78
+ pyarrow>=1.0.1
79
+ feather =
80
+ pyarrow>=1.0.1
81
+ hdf5 =
82
+ blosc>=1.20.1
83
+ PyTables>=3.6.1
84
+ sql-postgressql =
85
+ SQLAlchemy>=1.4.0
86
+ psycopg2>=2.8.4
87
+ ssql-mysql =
88
+ SQLAlchemy>=1.4.0
89
+ pymysql>=0.10.1
90
+ sql-other =
91
+ SQLAlchemy>=1.4.0
92
+ html =
93
+ BeautifulSoup4>=4.8.2
94
+ html5lib>=1.1
95
+ lxml>=4.5.0
96
+ plot =
97
+ matplotlib>=3.3.2
98
+ table =
99
+ jinja2>=2.11
100
+ tabulate>=0.8.7
59
101
[build_ext]
60
102
inplace = True
61
103
You can’t perform that action at this time.
0 commit comments