From 0b5fdf3e05b1f97e4dd70f6186dc6a05ae9e6b11 Mon Sep 17 00:00:00 2001 From: Humberto Sanchez II Date: Mon, 5 Feb 2024 13:59:41 -0600 Subject: [PATCH] <>[]: [ * For Pyut * Loosen them up so I do not have to this every time ] [https://github.com/hasii2011/oglio/issues/55] --- .circleci/config.yml | 6 +++--- pyproject.toml | 6 +++--- requirements.txt | 8 ++++---- src/oglio/_version.py | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a9648ce..102f043 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -35,9 +35,9 @@ jobs: pip install -U -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-22.04 wxPython pip install codeallybasic==1.1.0 pip install codeallyadvanced==1.1.0 - pip install pyutmodelv2~=2.1.0 - pip install ogl~=2.1.5 - pip install untanglepyut==2.1.5 + pip install pyutmodelv2>=2.1.5 + pip install ogl>=2.1.17 + pip install untanglepyut>=2.1.6 pip install buildlackey~=1.6.3 - run: name: run tests diff --git a/pyproject.toml b/pyproject.toml index d15e4ad..46f3b82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,9 +16,9 @@ dependencies = [ 'wxPython==4.2.1', 'codeallybasic>=1.1.0', 'codeallyadvanced>=1.1.0', - 'pyutmodelv2==2.1.0', - 'ogl>=2.1.5', - 'untanglepyut>=2.1.5', + 'pyutmodelv2>=2.1.5', + 'ogl>=2.1.17', + 'untanglepyut>=2.1.6', ] [project.urls] diff --git a/requirements.txt b/requirements.txt index cff5405..073bfa2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,12 +8,12 @@ buildlackey==1.6.3 mypy==1.8.0 mypy-extensions==1.0.0 typing_extensions==4.9.0 -types-setuptools==69.0.0.20240115 +types-setuptools==69.0.0.20240125 wxPython~=4.2.1 codeallybasic==1.1.0 codeallyadvanced==1.1.0 -pyutmodelv2==2.1.0 -ogl==2.1.5 -untanglepyut==2.1.5 \ No newline at end of file +pyutmodelv2>=2.1.5 +ogl>=2.1.17 +untanglepyut>=2.1.6 \ No newline at end of file diff --git a/src/oglio/_version.py b/src/oglio/_version.py index dd6e3ad..eba3d51 100644 --- a/src/oglio/_version.py +++ b/src/oglio/_version.py @@ -1 +1 @@ -__version__: str = '2.1.5' +__version__: str = '2.1.6'