Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit 3007a37

Browse files
authored
Update toml (#172)
1 parent 375cd13 commit 3007a37

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
[build-system]
22
build-backend = "setuptools.build_meta"
33
requires = [
4-
"setuptools-scm~=6.3.2",
5-
"setuptools~=59.5.0",
6-
"torch~=1.10.0",
7-
"wheel~=0.37.0",
4+
"setuptools-scm>=6.3.2",
5+
"setuptools>=59.5.0",
6+
"wheel>=0.37.0",
87
]
98

109
[tool.setuptools_scm]

0 commit comments

Comments
 (0)