Created
October 15, 2020 11:25
-
-
Save MarwanDebbiche/e4d74746ae4419f10fe58435316e7f1a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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