Skip to content

Instantly share code, notes, and snippets.

@pryadchenko
Created July 1, 2021 11:16
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 pryadchenko/0c82e3e8e1c8e19d275bccc1f7cd3901 to your computer and use it in GitHub Desktop.
Save pryadchenko/0c82e3e8e1c8e19d275bccc1f7cd3901 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "calibration"
version = "0.1.0"
description = "Tool for the pipeline calibration"
authors = ["pryadchenko"]
[tool.poetry.dependencies]
python = "~3.7.1"
pymongo = "^3.11.4"
numpy = "^1.21.0"
scipy = "^1.7.0"
pandas = "^1.2.5"
tqdm = "^4.61.1"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment