Skip to content
Snippets Groups Projects
Commit 81b5375c authored by Petrus Hyvönen's avatar Petrus Hyvönen
Browse files

Update to jpype 1.5.2 and minor logging on render stubs script

parent a50c051d
No related branches found
No related tags found
2 merge requests!26Update to jpype 1.5.2 and minor logging on render stubs script,!19Uv packager test
Pipeline #7589 failed
......@@ -42,6 +42,9 @@ if __name__ == '__main__':
classpath = jar_list + javadoc_jar_list
jpype.startJVM(classpath=classpath, convertStrings=True)
print(f"Using jvm at path: {jpype.getDefaultJVMPath()}")
print(f"JVM Version: {jpype.getJVMVersion()}")
import jpype.imports # noqa
import org.orekit # noqa
import org.hipparchus # noqa
......@@ -51,4 +54,4 @@ if __name__ == '__main__':
useStubsSuffix=True)
# python -m stubgenj --convert-strings --classpath "orekit_jpype/jars/*.jar" org.orekit org.hipparchus java jpype
\ No newline at end of file
# python -m stubgenj --convert-strings --classpath "orekit_jpype/jars/*.jar" org.orekit org.hipparchus java jpype
......@@ -7,7 +7,7 @@ allow-direct-references = true
[project]
name = "orekit_jpype"
version = "12.2.1.1"
version = "12.2.1.2"
description = "A space dynamics library. This package is a jpype wrapping of the original orekit java code."
readme = "README.md"
authors = [{name = "Petrus Hyvönen", email = "petrus.hyvonen@gmail.com"}]
......@@ -27,7 +27,7 @@ classifiers = [
]
dependencies = [
'Jpype1==1.5.0',
'Jpype1>=1.5.2',
'numpy'
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment