Skip to content

Instantly share code, notes, and snippets.

@galleon
Created March 4, 2021 22:12
Show Gist options
  • Save galleon/a514a509878fdec1a953885a8470d5b0 to your computer and use it in GitHub Desktop.
Save galleon/a514a509878fdec1a953885a8470d5b0 to your computer and use it in GitHub Desktop.
galleon/scikit-decide
[tool.poetry]
name = "scikit-decide"
version = "0.9.1"
description = "The scikit-decide Python project"
authors = ["tog <guillaume.alleon@gmail.com>"]
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