Skip to content

Commit 647fd8f

Browse files
authored
version update (#102)
1 parent c403266 commit 647fd8f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

idwarp/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.6.1"
1+
__version__ = "2.6.2"
22

33
from .UnstructuredMesh import USMesh
44
from .UnstructuredMesh_C import USMesh_C

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
],
3131
package_data={"idwarp": ["*.so"]},
3232
install_requires=[
33-
"numpy>=1.16",
34-
"mpi4py>=3.0",
33+
"numpy>=1.21",
34+
"mpi4py>=3.1.5",
3535
"mdolab-baseclasses>=1.4",
3636
],
3737
extras_require={

0 commit comments

Comments
 (0)