From e58cb3a20bc5b28ca4b9f435ce5ec072379739d9 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Thu, 30 Mar 2023 14:21:17 -0500 Subject: [PATCH] Use signac 2. (#734) * Use signac 2. * Update changelog. --- changelog.txt | 13 ++++++++++++- pyproject.toml | 4 +--- requirements.txt | 4 +--- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/changelog.txt b/changelog.txt index 9c4af8074..a002f4d5c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -5,6 +5,17 @@ Changelog The **signac-flow** package follows `semantic versioning `_. The numbers in brackets denote the related GitHub issue and/or pull request. +Version 0.25 +============ + +[0.25.0] -- 2023-03-30 +---------------------- + +Changed ++++++++ + +- Requires signac 2.0.0 (#734). + Version 0.24 ============ @@ -14,7 +25,7 @@ Version 0.24 Added +++++ -- Added the OCLF Crusher environment (#708). +- Added the OLCF Crusher environment (#708). Changed +++++++ diff --git a/pyproject.toml b/pyproject.toml index 05587882c..9dda5f2fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,9 +30,7 @@ classifiers = [ ] dependencies = [ # The core package. - # TODO: Test against the released 2.0.0 once available. - # "signac>=2.0.0", - "signac @ git+https://github.com/glotzerlab/signac@master", + "signac>=2.0.0", # For the templated generation of (submission) scripts. "jinja2>=3.0.0", # To enable the parallelized execution of operations across processes. diff --git a/requirements.txt b/requirements.txt index fdab9586a..19fd4f49d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,4 @@ -# TODO: Test against the released 2.0.0 once available. -# signac>=2.0.0 -signac @ git+https://github.com/glotzerlab/signac@master +signac>=2.0.0 jinja2>=3.0.0 cloudpickle>=1.6.0 deprecation>=2.0.0