Skip to content

Commit 8fb5a13

Browse files
committed
Add requires-python
1 parent 738ad4d commit 8fb5a13

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pyproject.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,11 @@ name = "craftium"
77
version = "0.0.1"
88
description = "A Gymnasium wrapper for the minetest game engine"
99
readme = "craftium-readme.md"
10-
license = {file = "LICENSE.txt"}
10+
license = { file = "LICENSE.txt" }
1111
keywords = ["gymnasium", "minetest", "minecraft", "reinforcement learning"]
12+
requires-python = ">=3.12"
1213

13-
dependencies = [
14-
"gymnasium==0.29.1",
15-
"PyYAML==6.0.1",
16-
]
14+
dependencies = ["gymnasium==0.29.1", "PyYAML==6.0.1"]
1715

1816
[project.optional-dependencies]
1917
# Packages needed to run the Deep RL examples

0 commit comments

Comments
 (0)