diff --git a/.circleci/config.yml b/.circleci/config.yml index be0646c..58a0268 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -34,8 +34,8 @@ jobs: pip install attrdict3 pip install -U -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-22.04 wxPython pip install pyutmodel~=1.4.0 - pip install ogl~=0.70.0 - pip install untanglepyut==0.6.25 + pip install ogl~=0.70.10 + pip install untanglepyut==0.6.30 - run: name: run tests command: | diff --git a/requirements.txt b/requirements.txt index 24333f7..4beb37c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,5 +13,5 @@ types-setuptools==67.2.0.1 wxpython~=4.2.0 pyutmodel==1.4.0 -ogl==0.70.0 -untanglepyut==0.6.25 \ No newline at end of file +ogl==0.70.10 +untanglepyut==0.6.30 \ No newline at end of file diff --git a/setup.py b/setup.py index 833f3d9..86ee3e9 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ install_requires=[ 'wxPython==4.2.0', 'pyutmodel~=1.4.0', - 'ogl~=0.70.0', - 'untanglepyut~=0.6.25', + 'ogl~=0.70.10', + 'untanglepyut~=0.6.30', ], )