From dcb8199940ea88a903bd8b21be2540cff72ca863 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jerzy=20Kami=C5=84ski?= <86363785+jrzkaminski@users.noreply.github.com> Date: Fri, 11 Oct 2024 18:41:06 +0300 Subject: [PATCH] versions update (#123) --- pyproject.toml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 72c9c54..d00ee04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "BAMT" -version = "1.2.01" +version = "1.2.72" description = "data modeling and analysis tool based on Bayesian networks" authors = ["Roman Netrogolov ", "Irina Deeva ", @@ -10,7 +10,7 @@ authors = ["Roman Netrogolov ", "Yury Kaminsky "] license = "BSD-3-Clause" -readme = "readme.rst" +readme = "README.md" repository = "https://github.com/ITMO-NSS-team/BAMT" classifiers = ["Programming Language :: Python :: 3", @@ -22,9 +22,8 @@ packages = [ ] [tool.poetry.dependencies] -python = ">=3.9,<3.12" -setuptools = "65.6.3" -numpy = ">=1.24.2" +python = ">=3.9" +numpy = ">=1.26.4" matplotlib = "3.6.2" pandas = ">=2.0.3" gmr = "1.6.2"