Skip to content

Commit

Permalink
versions update
Browse files Browse the repository at this point in the history
  • Loading branch information
jrzkaminski committed Oct 11, 2024
1 parent 196e4a1 commit 7312fae
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"Irina Deeva <[email protected]>",
Expand All @@ -10,7 +10,7 @@ authors = ["Roman Netrogolov <[email protected]>",
"Yury Kaminsky <[email protected]>"]

license = "BSD-3-Clause"
readme = "readme.rst"
readme = "README.md"
repository = "https://github.com/ITMO-NSS-team/BAMT"

classifiers = ["Programming Language :: Python :: 3",
Expand All @@ -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"
Expand Down

0 comments on commit 7312fae

Please sign in to comment.