Skip to content

Commit

Permalink
Fix broken Ogl release
Browse files Browse the repository at this point in the history
  • Loading branch information
Humberto Sanchez II committed Nov 20, 2022
1 parent c4ffb0a commit 1cb9a3f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0
pip install ogl~=0.60.9
pip install untanglepyut==0.6.0
pip install ogl~=0.60.15
pip install untanglepyut==0.6.2
- run:
name: run tests
command: |
Expand Down
10 changes: 4 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
wheel==0.38.4
setuptools==65.5.1
setuptools==65.6.0
twine==4.0.1
build==0.9.0
html-testRunner~=1.2.1

mypy==0.991
mypy-extensions~= 0.4.3
typing_extensions==4.4.0
types-setuptools==65.5.0.3
types-setuptools==65.6.0.0

wxpython~=4.2.0

pyutmodel==1.2.0
ogl~=0.60.10

untanglepyut~=0.6.1

ogl~=0.60.15
untanglepyut~=0.6.2
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="oglio",
version="0.5.16",
version="0.5.20",
author_email='[email protected]',
maintainer='Humberto A. Sanchez II',
maintainer_email='[email protected]',
Expand All @@ -28,7 +28,7 @@
install_requires=[
'wxPython==4.2.0',
'pyutmodel~=1.2.0',
'ogl~=0.60.10',
'untanglepyut~=0.6.1',
'ogl~=0.60.15',
'untanglepyut~=0.6.2',
],
)

0 comments on commit 1cb9a3f

Please sign in to comment.