diff --git a/Sports2D/Utilities/tests.py b/Sports2D/Utilities/tests.py index 2ac16a0..47b39bd 100644 --- a/Sports2D/Utilities/tests.py +++ b/Sports2D/Utilities/tests.py @@ -35,7 +35,7 @@ def test_workflow(): ''' # From python - config_dict = toml.load('../Config_demo.toml') + config_dict = toml.load('../Demo/Config_demo.toml') config_dict.get("process").update({"show_realtime_results":False}) config_dict.get("post-processing").update({"show_plots":False}) from Sports2D import Sports2D; Sports2D.process(config_dict) diff --git a/setup.cfg b/setup.cfg index ac209c2..77b6f96 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,7 +29,7 @@ project_urls = [options] zip_safe = False -python_requires =< 3.12 +python_requires <= 3.12 install_requires = ipython toml