Bumped verion, lowered scipy and numpy versions for now.

This commit is contained in:
2026-09-21 19:54:17 +02:00
parent 4f35a234c3
commit daffd2ae83
+5 -2
View File
@@ -4,12 +4,15 @@ build-backend = "setuptools.build_meta"
[project]
name = "mdevaluate"
version = "24.02"
version = "2026.09"
requires-python = ">=3.10"
dependencies = [
"mdanalysis",
"pandas",
"dask",
"pathos",
"tables",
"pyedr"
"pyedr",
"numpy<2.3",
"scipy<1.17",
]