Skip to content

Commit e4ea12b

Browse files
authored
Merge pull request #424 from TranslatorSRI/babel-1.10.0
This is Babel v1.10.0. Changes: - Pinned Python to 3.12, as some of our dependencies don't work in Python 3.13. - Updated RxNorm from 01062025 to 03032025.
2 parents 3fe7526 + a8d8930 commit e4ea12b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
# (https://github.com/TranslatorSRI/RENCI-Python-image)
66
# FROM renciorg/renci-python-image:latest
77
#
8-
# This is still at Python 3.9, so I'm going to use Python Latest, which
9-
# should give us a Debian with Python 3.12+.
10-
FROM python:latest
8+
# Unfortunately, one of our dependencies doesn't work properly on
9+
# Python 3.12+, so we pin ourselves to Python 3.12 specifically.
10+
FROM python:3.12
1111

1212
# Configuration options:
1313
# - ${ROOT} is where Babel source code will be copied.

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
"biolink_version": "4.2.6-rc5",
88
"umls_version": "2024AB",
9-
"rxnorm_version": "01062025",
9+
"rxnorm_version": "03032025",
1010
"drugbank_version": "5-1-13",
1111

1212
"UMLS_UniProtKB_download_raw_url": "https://raw.githubusercontent.com/cbizon/UMLS_UniProtKB/refs/heads/main/outputs/UMLS_UniProtKB.tsv",

0 commit comments

Comments
 (0)