From 4a882a377545ea9990e6aa165fbeb31482bd24b7 Mon Sep 17 00:00:00 2001 From: Jena Hwang Date: Fri, 13 Dec 2024 13:50:04 -0800 Subject: [PATCH] err... no --- olmo/util.py | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/olmo/util.py b/olmo/util.py index aad77eb1c..9d62a2b32 100644 --- a/olmo/util.py +++ b/olmo/util.py @@ -30,6 +30,8 @@ from olmo_data.data import get_data_path +from __future__ import annotations ### TO BE REMOVED -- hack -- + from .aliases import PathOrStr from .exceptions import ( OLMoCliError, diff --git a/pyproject.toml b/pyproject.toml index 4a6e6113b..3ccd96ab2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ description = "Open Language Model (OLMo)" authors = [ { name = "Allen Institute for Artificial Intelligence", email = "olmo@allenai.org" } ] -requires-python = ">=3.10" +requires-python = ">=3.8" license = { file = "LICENSE" } dependencies = [ "numpy<2",