Skip to content

Commit 94effb2

Browse files
committed
Add marks
1 parent 878fc32 commit 94effb2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

environment-dev.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ dependencies:
77
- pandas
88
- pandas-flavor
99
- multipledispatch
10-
- scipy
10+
- scipy # math, functions
1111

1212
# optional
13-
- biopython
14-
- natsort
13+
- natsort # functions
14+
- numba # functions
15+
- biopython # biology
16+
- rdkit # chemistry
17+
- tqdm # chemistry
18+
- unyt # engineering
19+
- requests # finance
1520
- pyspark>=3.2.0
16-
- rdkit
17-
- tqdm
18-
- unyt
1921
- xarray
20-
- numba
21-
- requests
2222
# io
2323
- openpyxl
2424
- xlrd

0 commit comments

Comments
 (0)