Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/2.0.0-dev' into 2.0.0-dev
Browse files Browse the repository at this point in the history
# Conflicts:
#	pyproject.toml
#	requirements.txt
  • Loading branch information
jrzkaminski committed Jul 8, 2024
2 parents d7337bc + d89e91d commit 6768931
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ authors = ["Roman Netrogolov <[email protected]>",
"Yury Kaminsky <[email protected]>"]

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

classifiers = ["Programming Language :: Python :: 3",
"Development Status :: 3 - Alpha",
Expand All @@ -35,7 +35,6 @@ thegolem = "^0.4.0"
rich = "^13.0.0"
gmr = "^1.6.2"
pgmpy = "^0.1.25"

lightgbm = {version = ">=3.3.5", optional = true }

[tool.poetry.extras]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ rich>=13.0.0

# TODO: exclude these libraries
gmr>=1.6.2
pgmpy>=0.1.25
pgmpy>=0.1.25

0 comments on commit 6768931

Please sign in to comment.