Skip to content

Commit

Permalink
Fix dependencies, bump version and rebuilt
Browse files Browse the repository at this point in the history
  • Loading branch information
firefly-cpp committed Jan 4, 2025
1 parent b489f35 commit 121b185
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 57 deletions.
2 changes: 1 addition & 1 deletion fireflyalgorithm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__all__ = ["FireflyAlgorithm"]

__version__ = "0.4.5"
__version__ = "0.4.6"
142 changes: 88 additions & 54 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fireflyalgorithm"
version = "0.4.5"
version = "0.4.6"
description = "Implementation of Firefly Algorithm in Python"
authors = ["Iztok Fister Jr. <[email protected]>", "Luka Pečnik <[email protected]>", "Žiga Stupan <[email protected]>"]
keywords = ['computational intelligence', 'firefly algorithm', 'swarm intelligence', 'optimization']
Expand All @@ -15,7 +15,7 @@ include = [
]

[tool.poetry.dependencies]
python = "^3.9,<3.13"
python = "^3.9,<3.14"
numpy = "^1.26.1"

[tool.poetry.group.test.dependencies]
Expand Down

0 comments on commit 121b185

Please sign in to comment.