Skip to content

Commit 29b7da5

Browse files
authored
Merge pull request #70 from ChEB-AI/feature-python3.12
update python version requirement to <=3.12, update lightning version requirement to >= 2.5
2 parents 405ce90 + ee3ff40 commit 29b7da5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
python-version: ["3.9", "3.10", "3.11"]
12+
python-version: ["3.9", "3.10", "3.11", "3.12"]
1313

1414
steps:
1515
- uses: actions/checkout@v4

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
author_email="[email protected]",
1515
description="",
1616
zip_safe=False,
17-
python_requires=">=3.9, <3.12",
17+
python_requires=">=3.9, <3.13",
1818
install_requires=[
1919
"certifi",
2020
"idna",
@@ -40,7 +40,7 @@
4040
"matplotlib",
4141
"rdkit",
4242
"selfies",
43-
"lightning<=2.1",
43+
"lightning>=2.5",
4444
"jsonargparse[signatures]>=4.17",
4545
"omegaconf",
4646
"seaborn",

0 commit comments

Comments
 (0)