Skip to content

Commit

Permalink
<Update>[]: <Update Ogl & UnTanglePyut dependencies>
Browse files Browse the repository at this point in the history
[optional body]

[]
  • Loading branch information
hasii2011 committed Dec 14, 2024
1 parent 00e6e54 commit f6e290c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
pip install codeallybasic==1.7.0
pip install codeallyadvanced==1.3.2
pip install pyutmodelv2>=2.1.6
pip install ogl>=3.5.0
pip install untanglepyut>=2.6.0
pip install buildlackey~=1.6.3
pip install ogl>=3.6.0
pip install untanglepyut>=2.6.1
pip install buildlackey~=1.7.0
- run:
name: run tests
command: |
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.7.0',
'codeallyadvanced>=1.3.2',
'pyutmodelv2>=2.2.0',
'ogl>=3.5.0',
'untanglepyut>=2.6.0',
'ogl>=3.6.0',
'untanglepyut>=2.6.1',
]

[project.urls]
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ wxPython>=4.2.2
codeallybasic>=1.7.0
codeallyadvanced>=1.3.2
pyutmodelv2==2.2.0
ogl>=3.5.0
untanglepyut>=2.6.0
ogl>=3.6.0
untanglepyut>=2.6.1
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.3.2'
__version__: str = '2.3.3'

0 comments on commit f6e290c

Please sign in to comment.