Skip to content

Commit d693b6b

Browse files
author
HatPdotS
committed
fixed weird pytorch specifications
1 parent 73c403d commit d693b6b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ authors = [
1313
{name = "HansPeterSeidel"},
1414
]
1515
# Version requirements validated via tox compatibility testing (2026-01-13)
16+
# Bumped to numpy>=2.0, torch>=2.4 to avoid NumPy 1.x/2.x binary incompatibility
1617
# Tested combinations:
17-
# - Python 3.9: numpy 1.24-1.26, pandas 2.0.x, torch 2.0-2.4, numba 0.59-0.60, scipy 1.10-1.13
18-
# - Python 3.11: numpy 1.24-2.3, pandas 2.0-2.3, torch 2.0-2.9, numba 0.59-0.63, scipy 1.10-1.17
19-
# - Python 3.12: numpy 2.0-2.3, pandas 2.2-2.3, torch 2.4-2.9, numba 0.61-0.63, scipy 1.13-1.17
18+
# - Python 3.11: numpy 2.0-2.3, pandas 2.0-2.3, torch 2.4-2.9, numba 0.59-0.63, scipy 1.10-1.17
19+
# - Python 3.12: numpy 2.0-2.3, pandas 2.2-2.3, torch 2.4-2.9, numba 0.61-0.63, scipy 1.13-1.17
2020
# Upper bounds set to next minor version above tested maximum
2121
dependencies = [
22-
"numpy>=1.24.0,<2.4.0",
22+
"numpy>=2.0.0,<2.4.0",
2323
"pandas>=2.0.0,<2.4.0",
24-
"torch>=2.0.0,<2.10.0",
24+
"torch>=2.4.0,<2.10.0",
2525
"tqdm>=4.61.0,<4.68.0",
2626
"numba>=0.59.0,<0.64.0",
2727
"gemmi>=0.5.0,<0.8.0",

0 commit comments

Comments
 (0)