Skip to content

Commit

Permalink
final checkin
Browse files Browse the repository at this point in the history
  • Loading branch information
Humberto Sanchez II committed Feb 13, 2023
1 parent b52c9f0 commit 39656bf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
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.20
pip install untanglepyut==0.6.25
- 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 @@ -6,12 +6,12 @@ html-testRunner~=1.2.1

# mypy==0.991
mypy==1.0.0
mypy-extensions~= 0.4.3
mypy-extensions==1.0.0
typing_extensions==4.4.0
types-setuptools==67.2.0.1

wxpython~=4.2.0

pyutmodel==1.4.0
ogl==0.70.0
untanglepyut==0.6.20
untanglepyut==0.6.25
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
'wxPython==4.2.0',
'pyutmodel~=1.4.0',
'ogl~=0.70.0',
'untanglepyut~=0.6.20',
'untanglepyut~=0.6.25',
],
)

0 comments on commit 39656bf

Please sign in to comment.