Skip to content

Commit 2d88163

Browse files
committed
4.0.3
1 parent 76b0bae commit 2d88163

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ def get_version():
381381
os.chdir(os.path.dirname(__file__))
382382

383383
setup(name="python-javabridge",
384-
version="4.0.2",
384+
version="4.0.3",
385385
description="Python wrapper for the Java Native Interface",
386386
long_description='''The python-javabridge package makes it easy to start a Java virtual
387387
machine (JVM) from Python and interact with it. Python code can
@@ -399,10 +399,10 @@ def get_version():
399399
license='BSD License',
400400
setup_requires=[
401401
'Cython>=0.29.16',
402-
'numpy==1.19.3',
402+
'numpy>=1.20.1',
403403
],
404404
install_requires=[
405-
'numpy==1.19.3',
405+
'numpy>=1.20.1',
406406
],
407407
tests_require="nose",
408408
entry_points={'nose.plugins.0.10': [

0 commit comments

Comments
 (0)