diff --git a/mhctools/__init__.py b/mhctools/__init__.py index 8fdc91c..97b1c67 100644 --- a/mhctools/__init__.py +++ b/mhctools/__init__.py @@ -24,7 +24,7 @@ from .netmhcstabpan import NetMHCstabpan from .unsupported_allele import UnsupportedAllele -__version__ = "2.0.0" +__version__ = "2.1.0" __all__ = [ "BindingPrediction", diff --git a/pyproject.toml b/pyproject.toml index 4601d85..63eb79f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ "Topic :: Scientific/Engineering :: Bio-Informatics", ] dependencies = [ - "numpy>=1.7,<2.0", + "numpy>=1.7", "pandas>=0.13.1", "varcode>=0.5.9", "pyensembl>=2.3.0,<3.0.0", diff --git a/requirements.txt b/requirements.txt index b560d9a..a37c508 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -numpy>=1.7,<2.0 +numpy>=1.7 pandas>=0.13.1 pyensembl>=2.3.0,<3.0.0 varcode>=0.5.9