From 1f5a71d1e9699e010711738b2c8916b18ad290e5 Mon Sep 17 00:00:00 2001 From: Padraig Gleeson Date: Tue, 13 Feb 2024 18:03:40 +0000 Subject: [PATCH 1/3] Test main build --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d5381e692..7c9735dfb 100644 --- a/README.md +++ b/README.md @@ -87,3 +87,4 @@ Multiple examples of serialized MDF files, the Python scripts used to generate t [actions-link]: https://github.com/ModECI/MDF/actions [rtd-badge]: https://readthedocs.org/projects/mdf/badge/?version=latest [rtd-link]: https://mdf.readthedocs.io/en/latest/?badge=latest + From f2498d61db51b29bc0595a15c46009d7834398b9 Mon Sep 17 00:00:00 2001 From: Padraig Gleeson Date: Fri, 16 Feb 2024 09:27:16 +0000 Subject: [PATCH 2/3] Update setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index f07b21fe4..1af6302ab 100644 --- a/setup.cfg +++ b/setup.cfg @@ -35,7 +35,7 @@ packages = find: install_requires = typing_compat;python_version<'3.8' dataclasses;python_version<'3.7' - graph_scheduler>=1.1.1 + graph_scheduler<1.2.0,>=1.1.1 numpy matplotlib graphviz From f2ad0fa23d13889d0cba342df7ba4248551ccdbd Mon Sep 17 00:00:00 2001 From: pgleeson Date: Fri, 16 Feb 2024 10:01:40 +0000 Subject: [PATCH 3/3] Format fix --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 7c9735dfb..d5381e692 100644 --- a/README.md +++ b/README.md @@ -87,4 +87,3 @@ Multiple examples of serialized MDF files, the Python scripts used to generate t [actions-link]: https://github.com/ModECI/MDF/actions [rtd-badge]: https://readthedocs.org/projects/mdf/badge/?version=latest [rtd-link]: https://mdf.readthedocs.io/en/latest/?badge=latest -