All Downloads are FREE. Search and download functionalities are using the official Maven repository.

runtime.pyproject.toml Maven / Gradle / Ivy

There is a newer version: 11.25.1
Show newest version
[build-system]
requires = ["setuptools>=62.0"]
build-backend = "setuptools.build_meta"

[project]
name = "rosetta_runtime"
version = "2.1.0"
requires-python = ">= 3.10"
dependencies = [
   "pydantic>=2.6.1"
]

[tool.setuptools.packages.find]
where = ["src"]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy