Skip to content

Commit

Permalink
Relax eva's dependency requirements (#715)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaenzig authored Nov 26, 2024
1 parent 4a479eb commit 4129e34
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions pdm.lock

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

12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "pdm.backend"

[project]
name = "kaiko-eva"
version = "0.1.2"
version = "0.1.4"
description = "Evaluation Framework for oncology foundation models."
keywords = [
"machine-learning",
Expand Down Expand Up @@ -34,14 +34,14 @@ maintainers = [
]
requires-python = ">=3.10"
dependencies = [
"torch==2.3.0",
"lightning>=2.2.2",
"jsonargparse[omegaconf]==4.31.0",
"torch>=2.3.0",
"lightning>=2.2.0",
"jsonargparse[omegaconf]>=4.30.0",
"tensorboard>=2.16.2",
"loguru>=0.7.2",
"pandas>=2.2.0",
"pandas>=2.0.0",
"transformers>=4.38.2",
"onnxruntime>=1.17.1",
"onnxruntime>=1.15.1",
"onnx>=1.16.0",
"toolz>=0.12.1",
"rich>=13.7.1",
Expand Down

0 comments on commit 4129e34

Please sign in to comment.