Skip to content

Commit 3bdf5d5

Browse files
Robert JacksonRobert Jackson
authored andcommitted
ADD: Python 3.14 testing environmennt.
1 parent 05bfdd6 commit 3bdf5d5

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

continuous_integration/environment-actions-3.12.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ dependencies:
1919
- cmweather
2020
- jax
2121
- jaxopt
22-
- tensorflow=2.17.0
22+
- tensorflow
2323
- tensorflow-probability
2424
- tf-keras
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: testenv
2+
channels:
3+
- conda-forge
4+
dependencies:
5+
- arm_pyart
6+
- pip
7+
- numpy
8+
- scipy
9+
- matplotlib
10+
- netcdf4
11+
- pytest
12+
- pytest-mpl
13+
- pytest-cov
14+
- cartopy
15+
- cfgrib
16+
- eccodes
17+
- dask
18+
- distributed
19+
- cmweather
20+
- jax
21+
- jaxopt

0 commit comments

Comments
 (0)