Skip to content

Commit

Permalink
<>[]: <Update dependencies>
Browse files Browse the repository at this point in the history
[
* buildlackey
* PyutModel
* Ogl
* untanglepyut]

[]
  • Loading branch information
Humberto Sanchez II committed Nov 26, 2023
1 parent 3c2dca4 commit 281c1db
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 182 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:
pip install -U -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-22.04 wxPython
pip install codeallybasic==0.5.2
pip install codeallyadvanced==0.5.2
pip install pyutmodel~=1.5.0
pip install ogl~=0.90.3
pip install untanglepyut==1.3.1
pip install buildlackey~=1.3.3
pip install pyutmodel~=1.5.1
pip install ogl~=1.0.0
pip install untanglepyut==1.3.2
pip install buildlackey~=1.6.0
- run:
name: run tests
command: |
runtests
unittests -s .
2 changes: 1 addition & 1 deletion oglio/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__: str = '1.2.1'
__version__: str = '1.2.2'
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
wheel==0.41.2
setuptools==68.2.2
wheel==0.41.3
setuptools==69.0.2
twine==4.0.2
build==1.0.3
html-testRunner~=1.2.1
buildlackey==1.3.3
buildlackey==1.6.0

mypy==1.5.1
mypy==1.7.1
mypy-extensions==1.0.0
typing_extensions==4.8.0
types-setuptools==68.2.0.0
types-setuptools==68.2.0.2

wxPython~=4.2.1

codeallybasic==0.5.2
codeallyadvanced==0.5.2
pyutmodel==1.5.0
ogl==0.90.3
untanglepyut==1.3.1
pyutmodel==1.5.1
ogl==1.0.0
untanglepyut==1.3.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
'oglio.toXmlV10': ['py.typed'],
'oglio.toXmlV11': ['py.typed'],
},
install_requires=['wxPython==4.2.1', 'codeallybasic==0.5.2', 'codeallyadvanced==0.5.2', 'pyutmodel==1.5.0', 'ogl==0.90.3', 'untanglepyut==1.3.1'],
install_requires=['wxPython==4.2.1', 'codeallybasic==0.5.2', 'codeallyadvanced==0.5.2', 'pyutmodel==1.5.1', 'ogl==1.0.0', 'untanglepyut==1.3.2'],
)
167 changes: 0 additions & 167 deletions tests/TestAll.py

This file was deleted.

0 comments on commit 281c1db

Please sign in to comment.