-
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.
-switch back to non git mango agents release -as PyPi doesn't allow git dependencies -change to simple port change check -to enable parallel runs
- Loading branch information
1 parent
b6e1e9c
commit c60c6a8
Showing
2 changed files
with
13 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "assume-framework" | ||
version = "0.1.0" | ||
version = "0.1.1" | ||
description = "ASSUME - Agent-Based Electricity Markets Simulation Toolbox" | ||
authors = ["ASSUME Developers <[email protected]>"] | ||
license = "LICENSE" | ||
|
@@ -28,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" | ||
|