-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prepare assume-framework for first release (#177)
This prepares the first release 0.1.0 of assume-framework
- Loading branch information
Showing
9 changed files
with
115 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
[tool.poetry] | ||
name = "assume_framework" | ||
version = "0.0.1" | ||
description = "ASSUME - Agent based energy market modeling using mango agents" | ||
authors = ["ASSUME developers <[email protected].de>"] | ||
name = "assume-framework" | ||
version = "0.1.0" | ||
description = "ASSUME - Agent-Based Electricity Markets Simulation Toolbox" | ||
authors = ["ASSUME Developers <contact@assume-project.de>"] | ||
license = "LICENSE" | ||
readme = "README.md" | ||
|
||
|
@@ -14,10 +14,9 @@ keywords = ["agent based simulation", "energy market", "reinforcement learning", | |
classifiers=[ | ||
"Development Status :: 3 - Alpha", | ||
"Intended Audience :: Developers", | ||
"License :: OSI Approved :: GNU Affero General Public License v3 (AGPLv3)", | ||
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)", | ||
"Operating System :: OS Independent", | ||
"Framework :: asyncio", | ||
"Framework :: mango-agents", | ||
"Framework :: AsyncIO", | ||
"Topic :: Scientific/Engineering", | ||
"Topic :: Software Development :: Libraries :: Python Modules", | ||
] | ||
|
@@ -29,7 +28,7 @@ packages = [ | |
[tool.poetry.dependencies] | ||
python = "^3.10" | ||
paho-mqtt = "^1.5.1" | ||
mango-agents = {git = "https://gitlab.com/maurerle/mango"} | ||
mango-agents = "^1.1.1" | ||
tqdm = "^4.64.1" | ||
python-dateutil = "^2.8.2" | ||
sqlalchemy = "^2.0.9" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters