Skip to content

Commit

Permalink
build requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
dingo-actual committed Dec 16, 2023
1 parent 675c423 commit 41ade06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[build-system]
requires = ["setuptools", "wheel"]
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "dropgrad_dingo-actual"
name = "dropgrad_dingo_actual"
version = "0.1.0"
dependencies = ["pytorch"]
authors = [
Expand Down

0 comments on commit 41ade06

Please sign in to comment.