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 6c43b9d commit b8c9803Copy full SHA for b8c9803
ci/envs/latest.yaml
@@ -0,0 +1,30 @@
1
+name: pyjanitor-dev
2
+channels:
3
+ - conda-forge
4
+dependencies:
5
+ # required
6
+ - pandas
7
+ - pandas-flavor
8
+ - multipledispatch
9
+ - scipy
10
+
11
+ # optional
12
+ - biopython
13
+ - natsort
14
+ - pyspark
15
+ - rdkit
16
+ - tqdm
17
+ - unyt
18
+ - xarray
19
+ - numba
20
+ # io
21
+ - openpyxl
22
+ - xlrd
23
24
+ # testing
25
+ - pytest
26
+ - pytest-cov
27
+ - pytest-xdist
28
+ - hypothesis
29
+ - pandas-vet
30
+ - interrogate
0 commit comments