Skip to content

Commit

Permalink
pin numpy, v2 will break the C ABI
Browse files Browse the repository at this point in the history
  • Loading branch information
whitews committed Mar 27, 2024
1 parent 1589913 commit bbd35ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions examples/logicle_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,3 @@
fluoro_indices = [0, 1]

xform_events = flowutils.transforms.logicle(events, fluoro_indices)

print('asdf')
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
license='BSD',
url="https://github.com/whitews/flowutils",
ext_modules=[logicle_extension, gating_extension],
install_requires=['numpy>=1.20'],
install_requires=['numpy>=1.20,<2'],
classifiers=[
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.11',
Expand Down

0 comments on commit bbd35ef

Please sign in to comment.