Skip to content

Commit 46fd7b2

Browse files
committed
requiring latest vtkInterface
1 parent a72cfce commit 46fd7b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ numpy installed.
104104
disp = result.GetNodalResult(0, True) # uses 0 based indexing
105105
106106
# it's just a numpy array
107-
print disp
107+
print(disp)
108108
109109
.. code::
110110

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,6 @@ def compilerName():
141141
'file.rst', 'file.full']},
142142

143143
# Might work with earlier versions
144-
install_requires=['numpy>1.9.3', 'cython>0.23.1', 'vtkInterface>=0.4.0']
144+
install_requires=['numpy>1.9.3', 'cython>0.23.1', 'vtkInterface>=0.6.4']
145145

146146
)

0 commit comments

Comments
 (0)