Skip to content

Commit 58c4dc5

Browse files
Merge pull request #46 from chrisjonesBSU/update-deps
Update environment files, add python 3.13 to CI tests
2 parents f68b84b + 7bfc848 commit 58c4dc5

3 files changed

Lines changed: 10 additions & 13 deletions

File tree

.github/workflows/CI.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
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

environment-dev.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@ name: msibi-dev
22
channels:
33
- conda-forge
44
dependencies:
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

environment.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@ name: msibi
22
channels:
33
- conda-forge
44
dependencies:
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

0 commit comments

Comments
 (0)