Skip to content

Commit

Permalink
numpy <2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Maarten-vd-Sande authored Jul 6, 2024
1 parent 0a843b8 commit 9789ed3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ packages = ["qnorm"]
description = "Quantile normalization"
authors = [
"Maarten van der Sande <maartenvandersande@hotmail.com>"]
license = "MIT"
url = "https://github.com/Maarten-vd-Sande/qnorm"

classifiers = [
Expand All @@ -18,7 +17,7 @@ classifiers = [
"Programming Language :: Python :: 3",
"Topic :: Scientific/Engineering :: Bio-Informatics"]

install_requires = ["numba", "numpy"]
install_requires = ["numba", "numpy<2.0.0"]
python_requires = ">3.6"

[metadata]
Expand Down

0 comments on commit 9789ed3

Please sign in to comment.