Skip to content

Commit

Permalink
[branch-0.1] fix pyproject.toml (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheaperDeng authored Jul 24, 2024
1 parent a0e6ecb commit 5ce7a8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "dattri"
description = "A library for data attribution tools and benchmarks."
version = "0.0.1.dev0"
version = "0.1.0"
readme = "README.md"
requires-python = ">=3.8"
authors = [
Expand All @@ -20,15 +20,15 @@ classifiers = [
dependencies = [
"numpy>=1.25",
"scipy>=1.11",
"torch>=2.2.0",
"pyyaml",
"requests",
]

[project.urls]
homepage = "https://github.com/TRAIS-Lab/dattri"

[project.optional-dependencies]
fast = ["fast_jl"]
all = ["fast_jl"]
test = ["build", "pytest", "pre-commit", "ruff", "darglint", "scikit-learn", "pretty_midi", "requests"]

[tool.setuptools.packages]
Expand Down

0 comments on commit 5ce7a8a

Please sign in to comment.