Skip to content

Commit 40469f9

Browse files
committed
fix: allowing for python 3.6
1 parent d9cca67 commit 40469f9

File tree

2 files changed

+22
-23
lines changed

2 files changed

+22
-23
lines changed

thc-net/poetry.lock

Lines changed: 21 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

thc-net/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = ""
55
authors = ["Hartorn <[email protected]>"]
66

77
[tool.poetry.dependencies]
8-
python = "^3.7"
8+
python = ">=3.6.1"
99
tensorflow = "^2.1.0"
1010
tensorflow-addons = "^0.8.3"
1111
scikit-learn = "^0.22.2"

0 commit comments

Comments
 (0)