Skip to content

Commit 4c0d325

Browse files
committed
<API Update>[Ogl]: <Update dependencies>
[ Do no need to manually require wxPython ] [#83]
1 parent 1882c56 commit 4c0d325

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.circleci/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ workflows:
1515
jobs:
1616
build:
1717
docker:
18-
- image: cimg/python:3.11-browsers
18+
- image: cimg/python:3.12-browsers
1919
executor: python/default
2020
steps:
2121
- checkout
@@ -32,11 +32,10 @@ jobs:
3232
pip install six==1.16.0
3333
pip install html-testRunner~=1.2.1
3434
pip install attrdict3
35-
pip install -U -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-22.04 wxPython
3635
pip install codeallybasic>=1.7.0
3736
pip install codeallyadvanced>=1.3.2
3837
pip install pyutmodelv2>=2.2.0
39-
pip install ogl>=3.1.0
38+
pip install ogl>=3.5.0
4039
pip install untangle==1.2.1
4140
pip install buildlackey==1.7.0
4241
- run:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies = [
1717
'codeallybasic>=1.7.0',
1818
'codeallyadvanced>=1.3.2',
1919
'pyutmodelv2>=2.2.0',
20-
'ogl>=3.1.0',
20+
'ogl>=3.5.0',
2121
]
2222

2323
[project.urls]

requirements.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
wheel==0.44.0
2-
setuptools==75.2.0
3-
twine==5.1.1
1+
wheel==0.45.1
2+
setuptools==75.6.0
3+
twine==6.0.1
44
build==1.2.2.post1
55
html-testRunner~=1.2.1
66

@@ -11,7 +11,8 @@ mypy-extensions>=1.0.0
1111
typing_extensions==4.12.2
1212

1313
untangle==1.2.1
14-
wxPython==4.2.2
14+
# Brought in by ogl
15+
# wxPython==4.2.2
1516

1617
codeallybasic>=1.7.0
1718
codeallyadvanced>=1.3.2

0 commit comments

Comments
 (0)