Skip to content

Commit

Permalink
Re-shuffles auto build for Python 3.8-3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
darothen committed Sep 26, 2023
1 parent 9fdbf4e commit d9b9dd4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ci/requirements-py37.yml → ci/requirements-py310.yml
Expand Up @@ -2,7 +2,7 @@ name: pyrcel
channels:
- conda-forge
dependencies:
- python=3.7
- python=3.10
- gcc_linux-64
- gxx_linux-64
- assimulo
Expand Down
14 changes: 14 additions & 0 deletions ci/requirements-py311.yml
@@ -0,0 +1,14 @@
name: pyrcel
channels:
- conda-forge
dependencies:
- python=3.11
- gcc_linux-64
- gxx_linux-64
- assimulo
- numba
- numpy
- pandas
- pyyaml
- scipy
- xarray

0 comments on commit d9b9dd4

Please sign in to comment.