Skip to content

Instantly share code, notes, and snippets.

@sg-s
Last active March 30, 2023 19:23
[tool.poetry]
name = "ideas-python-utils"
version = "23.1.31"
description = "Python utilities for tools in IDEAS"
authors = ["Srinivas Gorur-Shandilya <srinivas@inscopix.com>"]
readme = "README.md"
packages = [{include = "ideas"}]
[tool.poetry.dependencies]
python = ">=3.9,<3.12"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment