Skip to content

Instantly share code, notes, and snippets.

@sg-s
Last active March 30, 2023 19:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sg-s/07ae0c878981d15b5c22d2adc7d74f3d to your computer and use it in GitHub Desktop.
Save sg-s/07ae0c878981d15b5c22d2adc7d74f3d to your computer and use it in GitHub Desktop.
[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