File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 shell : bash -l {0}
2727
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v5
3030 name : Checkout Branch / Pull Request
3131
3232 - name : Install Mamba
@@ -57,14 +57,14 @@ jobs:
5757 fail-fast : false
5858 matrix :
5959 os : [macOS-latest, ubuntu-latest]
60- python-version : ["3.12 "]
60+ python-version : ["3.13 "]
6161
6262 defaults :
6363 run :
6464 shell : bash -l {0}
6565
6666 steps :
67- - uses : actions/checkout@v4
67+ - uses : actions/checkout@v5
6868 name : Checkout Branch / Pull Request
6969
7070 - name : Install Mamba
Original file line number Diff line number Diff line change @@ -2,13 +2,12 @@ name: msibi-dev
22channels :
33- conda-forge
44dependencies :
5- - boltons
6- - freud >=3.0,<3.2
5+ - cmeutils >=1.4
6+ - freud >=3.4
77- gsd >=3.0
88- hoomd >=5.0
9- - python >=3.10
9+ - python >=3.10,<=3.13
1010- pandas
11- - networkx
1211- numpy >=2.0,<2.3
1312- matplotlib
1413- more-itertools
@@ -17,4 +16,3 @@ dependencies:
1716- pre-commit
1817- pip :
1918 - build
20- - git+https://github.com/cmelab/cmeutils.git@main
Original file line number Diff line number Diff line change @@ -2,15 +2,14 @@ name: msibi
22channels :
33- conda-forge
44dependencies :
5- - freud >=3.0,<3.2
5+ - freud >=3.4
6+ - cmeutils >=1.4
67- gsd >=3.0
78- hoomd >=5.0
89- matplotlob
9- - networkx
10- - boltons
11- - python >=3.10
10+ - python >=3.10,<=3.13
1211- pandas
1312- numpy >=2.0,<2.3
1413- more-itertools
1514- pip :
16- - git+https://github.com/cmelab/cmeutils.git@main
15+ - build
You can’t perform that action at this time.
0 commit comments