Skip to content

Commit

Permalink
change version to use cumm 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
FindDefinition committed Jan 20, 2023
1 parent 616fabe commit b52636d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [2.3.2] - 2023-01-20
### Changed
- change version


## [2.3.1] - 2023-01-20
### Changed
- change version
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[build-system]
requires = ["setuptools>=41.0", "wheel", "pccm>=0.4.0", "cumm>=0.4.4"]
requires = ["setuptools>=41.0", "wheel", "pccm>=0.4.0", "cumm>=0.4.5"]
# requires = ["setuptools>=41.0", "wheel", "pccm>=0.4.0", "cumm @ file:///io/dist/cumm_cu120-0.4.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"]
build-backend = "setuptools.build_meta"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
cuda_ver_str = cuda_ver.replace(".", "") # 10.2 to 102

RELEASE_NAME += "-cu{}".format(cuda_ver_str)
deps = ["cumm-cu{}>=0.4.4, <0.5.0".format(cuda_ver_str)]
deps = ["cumm-cu{}>=0.4.5, <0.5.0".format(cuda_ver_str)]
else:
deps = ["cumm>=0.4.4, <0.5.0"]
deps = ["cumm>=0.4.5, <0.5.0"]



Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.1
2.3.2

0 comments on commit b52636d

Please sign in to comment.