We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76b0bae commit 2d88163Copy full SHA for 2d88163
1 file changed
setup.py
@@ -381,7 +381,7 @@ def get_version():
381
os.chdir(os.path.dirname(__file__))
382
383
setup(name="python-javabridge",
384
- version="4.0.2",
+ version="4.0.3",
385
description="Python wrapper for the Java Native Interface",
386
long_description='''The python-javabridge package makes it easy to start a Java virtual
387
machine (JVM) from Python and interact with it. Python code can
@@ -399,10 +399,10 @@ def get_version():
399
license='BSD License',
400
setup_requires=[
401
'Cython>=0.29.16',
402
- 'numpy==1.19.3',
+ 'numpy>=1.20.1',
403
],
404
install_requires=[
405
406
407
tests_require="nose",
408
entry_points={'nose.plugins.0.10': [
0 commit comments