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():
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
387387machine (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' : [
You can’t perform that action at this time.
0 commit comments