Skip to content

Commit 20f851d

Browse files
committed
update toml
1 parent af445f5 commit 20f851d

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

pyproject.toml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,21 @@ dependencies = [
2525
"numpy>=1.21.0;python_version<'3.10'",
2626
"numpy>=1.23.3;python_version>='3.10' and python_version<'3.12'",
2727
"numpy>=1.26.0;python_version>='3.12' and python_version<'3.13'",
28-
"numpy>=2.1.0;python_version>='3.13'",
28+
"numpy>=2.1.0;python_version>='3.13' and python_version<'3.14'",
29+
"numpy>=2.3.2;python_version>='3.14'",
2930
"pandas>=1.4.0;python_version<'3.11'",
3031
"pandas>=1.5.0;python_version>='3.11' and python_version<'3.12'",
3132
"pandas>=2.1.1;python_version>='3.12' and python_version<'3.13'",
32-
"pandas>=2.2.3;python_version>='3.13'",
33+
"pandas>=2.2.3;python_version>='3.13' and python_version<'3.14'",
34+
"pandas>=2.3.3;python_version>='3.14'",
3335
"torch>=1.13.0;python_version<'3.11'",
3436
"torch>=2.0.0;python_version>='3.11' and python_version<'3.12'",
3537
"torch>=2.3.0;python_version>='3.12' and python_version<'3.13'",
36-
"torch>=2.6.0;python_version>='3.13'",
37-
'tqdm>=4.29,<5',
38-
'rdt>=1.14.0',
38+
"torch>=2.6.0;python_version>='3.13' and python_version<'3.14'",
39+
"torch>=2.8.0;python_version>='3.14'",
40+
'tqdm>=4.29',
41+
"rdt>=1.14.0;python_version<'3.14'",
42+
"rdt>=1.15.0;python_version>='3.14'",
3943
]
4044

4145
[project.urls]
@@ -51,7 +55,7 @@ ctgan = { main = 'ctgan.cli.__main__:main' }
5155
[project.optional-dependencies]
5256
test = [
5357
'pytest>=3.4.2',
54-
'pytest-rerunfailures>=10.3,<15',
58+
'pytest-rerunfailures>=10.3,<17',
5559
'pytest-cov>=2.6.0',
5660
'pytest-runner >= 2.11.1',
5761
'tomli>=2.0.0,<3',

0 commit comments

Comments
 (0)