Skip to content

Commit a300245

Browse files
committed
Use aimrocks dev builds
1 parent 558642c commit a300245

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[build-system]
2-
requires = ["setuptools", "cython == 3.0.12", "aimrocks == 0.5.*"]
2+
requires = ["setuptools", "cython == 3.0.12", "aimrocks == 0.5.3.dev8"]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def package_files(directory):
5656
REQUIRED = [
5757
f'aim-ui=={__version__}',
5858
'aimrecords==0.0.7',
59-
'aimrocks==0.5.*',
59+
'aimrocks==0.5.3.dev8',
6060
'cachetools>=4.0.0',
6161
'click>=7.0',
6262
'cryptography>=3.0',

0 commit comments

Comments
 (0)