-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: update pyproject.toml using actions 4
- Loading branch information
1 parent
e0fea5d
commit 9fd16d6
Showing
5 changed files
with
22 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,15 +5,11 @@ build-backend = "setuptools.build_meta" | |
[project] | ||
name = "torchEBM" # Replace with your package name | ||
version = "0.1.0" | ||
#dynamic = ["version"] | ||
description = "Components and algorithms for energy-based models" | ||
readme = "README.md" | ||
license = { file = "LICENSE" } | ||
authors = [{ name="Soran Ghaderi", email="[email protected]" }] | ||
dependencies = [ | ||
# List your dependencies here, e.g., "numpy", "torch" | ||
] | ||
[project.urls] | ||
homepage = "https://github.com/soran-ghaderi/torchebm" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters