We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8c9803 commit a61d3c4Copy full SHA for a61d3c4
ci/envs/latest.yaml
@@ -6,17 +6,18 @@ dependencies:
6
- pandas
7
- pandas-flavor
8
- multipledispatch
9
- - scipy
+ - scipy # math, functions
10
11
# optional
12
- - biopython
13
- - natsort
14
- - pyspark
15
- - rdkit
16
- - tqdm
17
- - unyt
+ - natsort # functions
+ - numba # functions
+ - biopython # biology
+ - rdkit # chemistry
+ - tqdm # chemistry
+ - unyt # engineering
18
+ - requests # finance
19
+ - pyspark>=3.2.0
20
- xarray
- - numba
21
# io
22
- openpyxl
23
- xlrd
0 commit comments