Skip to content

Commit 235f1b2

Browse files
authored
Create environment-3.11.yml
Create the environment for Python 3.11
1 parent 1eabd80 commit 235f1b2

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

ci/environment-3.11.yml

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: umfiles-utils-test
2+
channels:
3+
- conda-forge
4+
- accessnri
5+
- defaults
6+
dependencies:
7+
- python==3.11
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
24+

0 commit comments

Comments
 (0)