Skip to content

Commit cec1e03

Browse files
Copilotpancetta
andcommitted
Fix final Python 3.13 failure in pytorch environment
Remove mpi4py<4.0 upper bound from etc/environment-pytorch.yml that was missed in the previous fix. This file was preventing Python 3.13 tests from passing for the pytorch environment. All environment files now match master's pattern: no upper bounds on mpi4py or mpi4py-fft to allow compatibility with new Python versions. Co-authored-by: pancetta <7158893+pancetta@users.noreply.github.com>
1 parent 906a5f5 commit cec1e03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/environment-pytorch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
- matplotlib>=3.0,<4.0
1212
- dill>=0.2.6
1313
- mpich
14-
- mpi4py>=3.0.0,<4.0
14+
- mpi4py>=3.0.0
1515
- pip
1616
- pip:
1717
- qmat>=0.1.8

0 commit comments

Comments
 (0)