Created
March 4, 2021 22:12
-
-
Save galleon/a514a509878fdec1a953885a8470d5b0 to your computer and use it in GitHub Desktop.
galleon/scikit-decide
This file contains hidden or 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 = "scikit-decide" | |
version = "0.9.1" | |
description = "The scikit-decide Python project" | |
authors = ["tog <[email protected]>"] | |
license = "MIT" | |
readme = "README.md" | |
homepage = "https://airbus.github.io/scikit-decide/" | |
repository = "https://github.com/galleon/scikit-decide" | |
keywords = ["reinforcement learning", "planning", "scheduling"] | |
packages = [{include = "skdecide"}] | |
include = [] | |
[tool.poetry.build] | |
script = "build.py" | |
[tool.poetry.dependencies] | |
python = "^3.7" | |
pynng = "^0.6.2" | |
pathos = "^0.2.7" | |
simplejson = "^3.17.2" | |
[tool.poetry.dev-dependencies] | |
pytest = "^6.2.2" | |
[tool.pytest.ini_options] | |
minversion = "6.0" | |
addopts = "-ra -q" | |
testpaths = [ | |
"tests", | |
] | |
[build-system] | |
requires = ["poetry>=1.1.4"] | |
build-backend = "poetry.masonry.api" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment