Skip to content

Commit ed96716

Browse files
committed
resolve deps issue in project toml
1 parent 22ff878 commit ed96716

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@ classifiers = [
2525
"Topic :: System :: Benchmark",
2626
]
2727

28-
[project.urls]
29-
Homepage = "https://github.com/bogdanminko/laperf"
30-
Documentation = "https://bogdanminko.github.io/laperf/"
31-
Repository = "https://github.com/bogdanminko/laperf"
32-
"Bug Tracker" = "https://github.com/bogdanminko/laperf/issues"
33-
3428
dependencies = [
3529
"accelerate>=1.10.1",
3630
"datasets>=4.2.0",
@@ -54,6 +48,12 @@ dependencies = [
5448
"scipy>=1.16.2",
5549
]
5650

51+
[project.urls]
52+
Homepage = "https://github.com/bogdanminko/laperf"
53+
Documentation = "https://bogdanminko.github.io/laperf/"
54+
Repository = "https://github.com/bogdanminko/laperf"
55+
"Bug Tracker" = "https://github.com/bogdanminko/laperf/issues"
56+
5757
[dependency-groups]
5858
dev = [
5959
"pre-commit>=4.3.0",

uv.lock

Lines changed: 0 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)