Skip to content

Commit 1eabd80

Browse files
authored
Create environment-3.10.yml
Create the necessary environments for testing for 3.10
1 parent a83735d commit 1eabd80

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

ci/environment-3.10.yml

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: umfile_utils-test
2+
channels:
3+
- conda-forge
4+
- accessnri
5+
- defaults
6+
dependencies:
7+
- python==3.10
8+
- cftime
9+
- ecgtools>=2023.7.13
10+
- intake==0.7.0
11+
- intake-dataframe-catalog>=0.2.4
12+
- intake-esm>=2023.11.10
13+
- jsonschema
14+
- pooch
15+
- pre-commit
16+
- pytest
17+
- xarray
18+
- unittest
19+
- pip
20+
- pip:
21+
- codecov
22+
- pytest-cov
23+
- six

0 commit comments

Comments
 (0)