Skip to content

Commit 5a7f776

Browse files
nishu-builderrelh
andauthored
bump nimby version used in cogames setup.py (#4276)
Co-authored-by: Richard Higgins <richard@relh.net>
1 parent e6c30a5 commit 5a7f776

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
NIM_AGENTS_DIR = Path(__file__).parent / "src" / "cogames" / "policy" / "nim_agents"
2020
NIMBY_LOCK = NIM_AGENTS_DIR / "nimby.lock"
2121
REQUIRED_NIM_VERSION = os.environ.get("COGAMES_NIM_VERSION", "2.2.6")
22-
NIMBY_VERSION = os.environ.get("COGAMES_NIMBY_VERSION", "0.1.11")
22+
NIMBY_VERSION = os.environ.get("COGAMES_NIMBY_VERSION", "0.1.13")
2323

2424

2525
def _build_nim() -> None:

0 commit comments

Comments
 (0)