Skip to content

Commit

Permalink
python version apparently has to be 3.10 above for olmo/util.py to run
Browse files Browse the repository at this point in the history
  • Loading branch information
jenahwang committed Dec 13, 2024
1 parent 579d612 commit 3b9563d
Showing 1 changed file with 1 addition and 1 deletion.
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.8"
requires-python = ">=3.10"
license = { file = "LICENSE" }
dependencies = [
"numpy<2",
Expand Down

0 comments on commit 3b9563d

Please sign in to comment.