Skip to content

Commit 64ef9f8

Browse files
Manually versioned due to scikit-build for now. (#188)
* Manually versioned for now. * Updated changelog.
1 parent 04f07ae commit 64ef9f8

File tree

3 files changed

+5
-21
lines changed

3 files changed

+5
-21
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
## Latest Changes
22

3-
### v0.6.2 (2025-02-23)
4-
OpenEquivariance v0.6.2 brings long-needed improvements to the
3+
### v0.6.3 (2025-02-23)
4+
OpenEquivariance v0.6.3 brings long-needed improvements to the
55
PyTorch frontend. We strongly encourage all users to upgrade
6-
to PyTorch 2.10 and OEQ v0.6.2.
6+
to PyTorch 2.10 and OEQ v0.6.3.
77

88
**Added**:
99
- OpenEquivariance triggers a build of the CUDA extension module

openequivariance/pyproject.toml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44

55
[project]
66
name = "openequivariance"
7-
dynamic = ["version"]
7+
version = "0.6.3"
88
authors = [
99
{ name="Austin Glover" },
1010
{ name="Vivek Bharadwaj" },
@@ -75,11 +75,3 @@ addopts = [
7575

7676
[tool.ruff]
7777
lint.ignore = ["E741"]
78-
79-
[tool.scikit-build]
80-
metadata.version.provider = "scikit_build_core.metadata.setuptools_scm"
81-
sdist.include = ["openequivariance/_version.py"]
82-
83-
[tool.setuptools_scm]
84-
write_to = "openequivariance/_version.py"
85-
root = ".."

openequivariance_extjax/pyproject.toml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "scikit_build_core.build"
88

99
[project]
1010
name = "openequivariance_extjax"
11-
dynamic = ["version"]
11+
version = "0.6.3"
1212

1313
authors = [
1414
{ name="Austin Glover" },
@@ -42,14 +42,6 @@ issues = "https://github.com/PASSIONLab/OpenEquivariance/issues"
4242
JAX_HIP = {env="JAX_HIP", default="0"}
4343
XLA_DIRECT_DOWNLOAD = {env="XLA_DIRECT_DOWNLOAD", default="0"}
4444

45-
[tool.scikit-build]
46-
metadata.version.provider = "scikit_build_core.metadata.setuptools_scm"
47-
sdist.include = ["openequivariance_extjax/_version.py"]
48-
49-
[tool.setuptools_scm]
50-
write_to = "openequivariance_extjax/_version.py"
51-
root = ".."
52-
5345
[tool.pytest.ini_options]
5446
addopts = [
5547
"--import-mode=importlib",

0 commit comments

Comments
 (0)