Skip to content

Commit b55d928

Browse files
authored
Update ensembl_versions.py (#309)
* Update ensembl_versions.py * Update requirements.txt
1 parent d292b17 commit b55d928

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyensembl/ensembl_versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# limitations under the License.
1212

1313
MIN_ENSEMBL_RELEASE = 40
14-
MAX_ENSEMBL_RELEASE = 111
14+
MAX_ENSEMBL_RELEASE = 112
1515
MAX_PLANTS_ENSEMBL_RELEASE = 58
1616

1717
def check_release_number(release):

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ tinytimer>=0.0.0,<1.0.0
55
gtfparse>=2.5.0,<3.0.0
66
serializable>=0.2.1,<1.0.0
77
pylint>=2.17.2,<3.0.0
8+
numpy<2

0 commit comments

Comments
 (0)