Commit
·
bb0ac22
1
Parent(s):
5856cb0
pyproject updated
Browse files- pyproject.toml +1 -1
pyproject.toml
CHANGED
|
@@ -3,7 +3,7 @@ name = "final-assignment-template"
|
|
| 3 |
version = "0.1.0"
|
| 4 |
description = "Add your description here"
|
| 5 |
readme = "README.md"
|
| 6 |
-
requires-python = ">=3.
|
| 7 |
dependencies = [
|
| 8 |
"dotenv>=0.9.9",
|
| 9 |
"hf-xet>=1.1.3",
|
|
|
|
| 3 |
version = "0.1.0"
|
| 4 |
description = "Add your description here"
|
| 5 |
readme = "README.md"
|
| 6 |
+
requires-python = ">=3.10,<3.12"
|
| 7 |
dependencies = [
|
| 8 |
"dotenv>=0.9.9",
|
| 9 |
"hf-xet>=1.1.3",
|