Skip to content

Commit a61d3c4

Browse files
committed
Add marks
1 parent b8c9803 commit a61d3c4

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

ci/envs/latest.yaml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,18 @@ dependencies:
66
- pandas
77
- pandas-flavor
88
- multipledispatch
9-
- scipy
9+
- scipy # math, functions
1010

1111
# optional
12-
- biopython
13-
- natsort
14-
- pyspark
15-
- rdkit
16-
- tqdm
17-
- unyt
12+
- natsort # functions
13+
- numba # functions
14+
- biopython # biology
15+
- rdkit # chemistry
16+
- tqdm # chemistry
17+
- unyt # engineering
18+
- requests # finance
19+
- pyspark>=3.2.0
1820
- xarray
19-
- numba
2021
# io
2122
- openpyxl
2223
- xlrd

0 commit comments

Comments
 (0)