diff options
author | terminaldweller <thabogre@gmail.com> | 2022-06-25 14:49:04 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-06-25 14:49:04 +0000 |
commit | cece24f27208e37aacbb0051c5f1392546ff18bb (patch) | |
tree | f5856fed854020d5dba0f7a151f5dffa13072f09 /pyproject.toml | |
parent | black and update (diff) | |
download | seer-cece24f27208e37aacbb0051c5f1392546ff18bb.tar.gz seer-cece24f27208e37aacbb0051c5f1392546ff18bb.zip |
poetry
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..ebfc300 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,20 @@ +[tool.poetry] +name = "seer" +version = "0.1.0" +description = "" +authors = ["terminaldweller <thabogre@gmail.com>"] + +[tool.poetry.dependencies] +python = "3.10" +keras = "^2.9.0" +tensorflow = "^2.9.1" +pandas = "^1.4.3" +scipy = "^1.8.1" +matplotlib = "^3.5.2" +numba = "^0.55.2" + +[tool.poetry.dev-dependencies] + +[build-system] +requires = ["poetry-core>=1.0.0"] +build-backend = "poetry.core.masonry.api" |