Skip to content

Commit 8b5c01f

Browse files
committed
Version bump to 4.0.0a4 and dependency numpy without constains
1 parent 70c9bdd commit 8b5c01f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

objectbox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
]
3535

3636
# Python binding version
37-
version = Version(4, 0, 0, alpha=3)
37+
version = Version(4, 0, 0, alpha=4)
3838

3939

4040
def version_info():

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
install_requires=[
5252
'flatbuffers==24.3.25',
53-
'numpy <2'
53+
'numpy'
5454
],
5555

5656
packages=setuptools.find_packages(exclude=['exampl*']),

0 commit comments

Comments
 (0)