Spaces:
Sleeping
Sleeping
Fanwang Meng commited on
Commit ·
2b5b96d
1
Parent(s): ac73527
Update Python version constrain
Browse files- pyproject.toml +1 -1
pyproject.toml
CHANGED
|
@@ -28,7 +28,7 @@ version = "0.0.1"
|
|
| 28 |
description = "Molecule selection with maximum diversity."
|
| 29 |
readme = "README.md"
|
| 30 |
#requires-python = ">=3.9,<4.0"
|
| 31 |
-
requires-python = ">=3.9
|
| 32 |
# "LICENSE" is name of the license file, which must be in root of project folder
|
| 33 |
license = {file = "LICENSE"}
|
| 34 |
authors = [
|
|
|
|
| 28 |
description = "Molecule selection with maximum diversity."
|
| 29 |
readme = "README.md"
|
| 30 |
#requires-python = ">=3.9,<4.0"
|
| 31 |
+
requires-python = ">=3.9"
|
| 32 |
# "LICENSE" is name of the license file, which must be in root of project folder
|
| 33 |
license = {file = "LICENSE"}
|
| 34 |
authors = [
|