Skip to content

Commit

Permalink
classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
Polkas committed Oct 22, 2023
1 parent c5f3447 commit 666e219
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 12 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,16 @@ repository = "https://github.com/polkas/py-cat2cat"
documentation = "https://py-cat2cat.readthedocs.io/en/latest/"
keywords = ["panel", "categorical", "longtitudal", "inconsistent", "cat2cat"]
include = ["CHANGELOG.md"]

[tool.poetry.group.dev.dependencies]
myst-parser = "^2.0.0"
classifiers = [
"Development Status :: 3 - Alpha",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: Implementation :: PyPy",
]

[build-system]
requires = ["poetry_core>=1.0.0"]
Expand All @@ -24,16 +31,16 @@ numpy = "^1.23.1"
pandas = "^1.4.3"
scikit-learn = "^1.1.2"
importlib-resources = "^5.9.0"
sphinx = "6.2.1"

[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
pytest = "^7.1.2"
flake8 = "^5.0.4"
black = "^22.6.0"
pytest-cov = "^3.0.0"
Sphinx = "^6.2.1"
sphinx-autoapi = "^3.0.0"
sphinx-rtd-theme = "^1.3.0"
myst-parser = "^2.0.0"
snakeviz = "^2.1.1"
mypy = "^0.982"

Expand Down

0 comments on commit 666e219

Please sign in to comment.