Skip to content

Commit

Permalink
fix setuptools editable installs
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Aug 21, 2022
1 parent 47214f6 commit cc4da20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
@@ -1,6 +1,6 @@
[build-system]
requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=3.4",
"cuvec>=2.8.0", "miutil[cuda]>=0.4.0",
requires = ["setuptools>=42,<64", "wheel", "setuptools_scm[toml]>=3.4",
"cuvec>=2.11.0", "miutil[cuda]>=0.4.0",
"scikit-build>=0.11.0", "cmake>=3.18", "ninja"]

[tool.setuptools_scm]
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -36,7 +36,7 @@ classifiers=
Topic :: Utilities
[options]
setup_requires=
setuptools>=42
setuptools>=42,<64
wheel
setuptools_scm[toml]
cuvec>=2.11.0
Expand Down

0 comments on commit cc4da20

Please sign in to comment.