Skip to content

Commit 5b25827

Browse files
authored
Fix version numbers for integration tests (#844)
* Update environment-integration.yml * Update environment.yml
1 parent c9b6364 commit 5b25827

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.ci_support/environment-integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
channels:
22
- conda-forge
33
dependencies:
4-
- h5py
4+
- h5py =3.14.0
55
- jupyter
6-
- mpi4py
7-
- numpy
6+
- mpi4py =4.1.1
7+
- numpy =2.3.3
88
- openmpi
99
- papermill
1010
- atomistics =0.3.0

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ channels:
22
- conda-forge
33
dependencies:
44
- python
5-
- numpy
5+
- numpy =2.3.3
66
- openmpi
77
- cloudpickle =3.1.1
88
- flux-core =0.79.0

0 commit comments

Comments
 (0)