Skip to content

Commit

Permalink
udpate
Browse files Browse the repository at this point in the history
  • Loading branch information
ioangatop committed Mar 20, 2024
1 parent 07457d5 commit 20512d0
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,21 @@ build-backend = "pdm.backend"

[project]
name = "kaiko-eva"
version = "0.0.0.dev5"
version = "0.0.0.dev6"
description = "Evaluation Framework for oncology foundation models."
keywords = [
"machine-learning",
"evaluation-framework",
"oncology",
"foundation-models",
]
classifiers = [
"Topic :: Software Development :: Build Tools",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
readme = "README.md"
authors = [
{ name = "Ioannis Gatopoulos", email = "[email protected]" },
Expand All @@ -32,6 +45,11 @@ dependencies = [
"toolz>=0.12.1",
]

[project.urls]
Homepage = "https://kaiko-ai.github.io/eva/dev/"
Repository = "https://github.com/kaiko-ai/eva"
Documentation = "https://kaiko-ai.github.io/eva/dev/"

[project.license]
file = "LICENSE"

Expand Down

0 comments on commit 20512d0

Please sign in to comment.