Skip to content

Commit

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

[]
  • Loading branch information
Humberto Sanchez II committed Jun 8, 2024
1 parent 4d625b7 commit e986011
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 56 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
pip install codeallybasic==1.3.0
pip install codeallyadvanced==1.3.1
pip install pyutmodelv2>=2.1.5
pip install ogl>=2.1.20
pip install untanglepyut>=2.1.7
pip install ogl>=2.1.33
pip install untanglepyut>=2.2.0
pip install buildlackey~=1.6.3
- run:
name: run tests
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ dependencies = [
'codeallybasic>=1.3.0',
'codeallyadvanced>=1.3.1',
'pyutmodelv2>=2.1.5',
'ogl>=2.1.20',
'untanglepyut>=2.1.7',
'ogl>=2.1.33',
'untanglepyut>=2.2.0',
]

[project.urls]
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ wxPython~=4.2.1
codeallybasic==1.3.0
codeallyadvanced==1.3.1
pyutmodelv2>=2.1.5
ogl>=2.1.20
untanglepyut>=2.1.7
ogl>=2.1.33
untanglepyut>=2.2.0
2 changes: 1 addition & 1 deletion src/oglio/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__: str = '2.1.7'
__version__: str = '2.2.0'
49 changes: 0 additions & 49 deletions tests/TestTemplate.py

This file was deleted.

0 comments on commit e986011

Please sign in to comment.