Skip to content

Commit 52b6758

Browse files
authored
Add Python3.6 compatibility (#9)
Google Colab uses Python3.6
1 parent b380d0a commit 52b6758

File tree

2 files changed

+42
-42
lines changed

2 files changed

+42
-42
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[tool.poetry]
22
name = "seai_deap"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
description = "A re-implementation of SEAI's DEAP 4.2.2 in Python"
55
authors = ["Rowan Molony <rowan.molony@codema.ie>"]
66
license = "MIT"
77

88
[tool.poetry.dependencies]
9-
python = "^3.7"
9+
python = "^3.6"
1010
numpy = "^1.19.4"
1111

1212
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)