File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -381,7 +381,7 @@ def get_version():
381
381
os .chdir (os .path .dirname (__file__ ))
382
382
383
383
setup (name = "python-javabridge" ,
384
- version = "4.0.2 " ,
384
+ version = "4.0.3 " ,
385
385
description = "Python wrapper for the Java Native Interface" ,
386
386
long_description = '''The python-javabridge package makes it easy to start a Java virtual
387
387
machine (JVM) from Python and interact with it. Python code can
@@ -399,10 +399,10 @@ def get_version():
399
399
license = 'BSD License' ,
400
400
setup_requires = [
401
401
'Cython>=0.29.16' ,
402
- 'numpy==1.19.3 ' ,
402
+ 'numpy>=1.20.1 ' ,
403
403
],
404
404
install_requires = [
405
- 'numpy==1.19.3 ' ,
405
+ 'numpy>=1.20.1 ' ,
406
406
],
407
407
tests_require = "nose" ,
408
408
entry_points = {'nose.plugins.0.10' : [
You can’t perform that action at this time.
0 commit comments