Skip to content

Commit 9638c0f

Browse files
authored
Dependency update (#397)
* Update dependencies in setup.py * Bump version to 2.12.3 * Bump version from 2.12.3 to 2.13.0
1 parent 3a470e3 commit 9638c0f

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

adflow/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.12.2"
1+
__version__ = "2.13.0"
22

33
from mpi4py import MPI
44

setup.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,17 @@
2727
license="LGPL version 2.1",
2828
packages=find_packages(include=["adflow*"]),
2929
package_data={"adflow": ["*.so"]},
30+
python_requires=">=3.11",
3031
install_requires=[
31-
"numpy>=1.21,!=1.24,!=1.24.1,!=1.24.2",
32+
"numpy>=1.25",
3233
"mdolab-baseclasses>=1.4",
33-
"mpi4py>=3.1.5",
34-
"scipy>=1.7",
34+
"mpi4py>=3.1",
35+
"scipy>=1.11",
3536
],
3637
extras_require={
3738
"docs": docs_require,
3839
"testing": ["parameterized", "testflo", "idwarp", "pygeo", "pyspline"],
39-
"mphys": ["openmdao", "mphys", "idwarp"],
40+
"mphys": ["openmdao>=3.37", "mphys", "idwarp"],
4041
"complex": ["complexify"],
4142
},
4243
classifiers=["Operating System :: Linux", "Programming Language :: Python, Fortran"],

0 commit comments

Comments
 (0)