Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8972f1 commit bc79e3bCopy full SHA for bc79e3b
setup.py
@@ -47,7 +47,8 @@
47
# incompatible with newer setuptools.
48
RUN_REQUIRES.append('mpi4py >=3.1.1')
49
SETUP_REQUIRES.append("mpi4py ==3.1.1; python_version<'3.11'")
50
- SETUP_REQUIRES.append("mpi4py ==3.1.4; python_version>='3.11'")
+ SETUP_REQUIRES.append("mpi4py ==3.1.4; python_version=='3.11'")
51
+ SETUP_REQUIRES.append("mpi4py ==3.1.6; python_version>='3.12'")
52
53
# Set the environment variable H5PY_SETUP_REQUIRES=0 if we need to skip
54
# setup_requires for any reason.
0 commit comments