Skip to content

Commit

Permalink
<>[]: <Dependency Update>
Browse files Browse the repository at this point in the history
[]

[]
  • Loading branch information
Humberto Sanchez II committed Feb 22, 2023
1 parent 5ea3d56 commit bbf6c2f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.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: |
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
ogl==0.70.10
untanglepyut==0.6.30
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
],
)

0 comments on commit bbf6c2f

Please sign in to comment.