Skip to content

Commit

Permalink
err... no
Browse files Browse the repository at this point in the history
  • Loading branch information
jenahwang committed Dec 13, 2024
1 parent 3b9563d commit 4a882a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions olmo/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description = "Open Language Model (OLMo)"
authors = [
{ name = "Allen Institute for Artificial Intelligence", email = "[email protected]" }
]
requires-python = ">=3.10"
requires-python = ">=3.8"
license = { file = "LICENSE" }
dependencies = [
"numpy<2",
Expand Down

0 comments on commit 4a882a3

Please sign in to comment.