Skip to content

Commit

Permalink
pins to python 3-10 to run on scicom
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewcoole committed Dec 13, 2024
1 parent 2acb446 commit 7791b19
Show file tree
Hide file tree
Showing 3 changed files with 980 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.12
3.10
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "llm-eval"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
requires-python = ">=3.10"
dependencies = [
"accelerate==1.0.0",
"bitsandbytes==0.44.1",
Expand Down Expand Up @@ -37,4 +37,4 @@ dev = [
[tool.ruff.lint]
select = [
"I"
]
]
Loading

0 comments on commit 7791b19

Please sign in to comment.