Skip to content

Commit

Permalink
new indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeutschler committed Oct 14, 2024
1 parent 62fed23 commit e241eb8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@ maintainers = [
dependencies = [
"numpy",
"pandas",
"pyroaring"
"pyroaring",
"pyarrow",
"sortednp",
"lz4",
"zstandard",
]

[project.urls]
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
numpy >= 1.24.0
pandas
pyroaring
pyarrow
sortednp
lz4
zstandard

tabulate

# for deployment
Expand Down
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@
'numpy',
'pandas',
'pyroaring',
'pyarrow',
'sortednp',
'lz4',
'zstandard',
],
test_suite="nanocube.tests",
packages=['nanocube'], # , 'tests'],
Expand Down

0 comments on commit e241eb8

Please sign in to comment.