Skip to content

Commit

Permalink
improving requirements compatibility across platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
decryptofy committed Mar 20, 2024
1 parent ada5b6b commit 28d5a6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ description = "A high-performance SCA library for datasets that include NxM EM t
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
'numpy',
'numpy<2',
'numba',
'zarr[jupyter]',
'ruff',
'mpmath',
'mpmath',
]
license = {text = "MPL-2.0"}
classifiers = [
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy
numpy<2
numba
zarr
zarr[jupyter]
ruff
mpmath

0 comments on commit 28d5a6f

Please sign in to comment.