We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 878fc32 commit 94effb2Copy full SHA for 94effb2
environment-dev.yml
@@ -7,18 +7,18 @@ dependencies:
7
- pandas
8
- pandas-flavor
9
- multipledispatch
10
- - scipy
+ - scipy # math, functions
11
12
# optional
13
- - biopython
14
- - natsort
+ - natsort # functions
+ - numba # functions
15
+ - biopython # biology
16
+ - rdkit # chemistry
17
+ - tqdm # chemistry
18
+ - unyt # engineering
19
+ - requests # finance
20
- pyspark>=3.2.0
- - rdkit
- - tqdm
- - unyt
21
- xarray
- - numba
- - requests
22
# io
23
- openpyxl
24
- xlrd
0 commit comments