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

separate pyproject.toml for examples

parent d7fd5f4b
Branches jpype-1.5.2
No related tags found
1 merge request!26Update to jpype 1.5.2 and minor logging on render stubs script
Pipeline #7706 failed
[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
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