Skip to content

Commit b8c9803

Browse files
committed
Set dependency latest version env
1 parent 6c43b9d commit b8c9803

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

ci/envs/latest.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)