Skip to content

Commit

Permalink
Merge pull request #33 from ayrna/development
Browse files Browse the repository at this point in the history
Release 1.0.0
  • Loading branch information
franberchez authored Jan 17, 2024
2 parents 1ca23af + 2c37fb2 commit faf77f5
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools"]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[project]
Expand All @@ -13,7 +13,12 @@ authors = [
description = "Deep learning for ordinal classification"
readme = "README.md"
requires-python = ">=3.8"
license = {text = "Universidad de Córdoba"}
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
]
dependencies = [
"scikit-learn==1.*",
"numpy>=1.21,==1.*",
Expand All @@ -28,6 +33,10 @@ dependencies = [
"Pillow>=8",
]

[project.urls]
Source = "https://github.com/ayrna/dlordinal"
Documentation = "https://dlordinal.readthedocs.io/en/latest/"

[project.optional-dependencies]
dev = ["pytest", "pre-commit"]
docs = ["sphinx", "sphinxcontrib-bibtex", "sphinx-rtd-theme"]
Expand Down

0 comments on commit faf77f5

Please sign in to comment.