Skip to content

Instantly share code, notes, and snippets.

@MarwanDebbiche
Created October 15, 2020 11:25
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
[tool.poetry]
name = "tsgen"
version = "0.1.0"
description = "Time Series Generator"
authors = ["Marwan Debbiche <marwan.debbiche@example.com>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.8"
pandas = "^1.1.3"
numpy = "^1.19.2"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment