diff --git a/examples/pyproject.toml b/examples/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..5c0fb5a2d25e2c1b84994dddd1b0a14e02165c02 --- /dev/null +++ b/examples/pyproject.toml @@ -0,0 +1,20 @@ + [project] +name = "orekit-jpype-example" +version = "0.1.0" +description = "Add your description here" +readme = "README.md" +requires-python = ">=3.10" +dependencies = [ + "ipython>=8.27.0", + "jupyterlab>=4.2.5", + "plotly>=5.24.0", + "orekitdata", + "numpy>=2.1.0", + "matplotlib>=3.9.2", + "cartopy>=0.23.0", + "orekit_jpype" +] + +[tool.uv.sources] +orekitdata = { git = "https://gitlab.orekit.org/orekit/orekit-data.git" } +orekit_jpype = { workspace = true } \ No newline at end of file