Skip to content

Commit

Permalink
<>[]: <Fix dependencies>
Browse files Browse the repository at this point in the history
[
* For Pyut
* Loosen them up so I do not have to this every time
]

[#55]
  • Loading branch information
Humberto Sanchez II committed Feb 5, 2024
1 parent c1a331f commit 0b5fdf3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
pip install -U -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-22.04 wxPython
pip install codeallybasic==1.1.0
pip install codeallyadvanced==1.1.0
pip install pyutmodelv2~=2.1.0
pip install ogl~=2.1.5
pip install untanglepyut==2.1.5
pip install pyutmodelv2>=2.1.5
pip install ogl>=2.1.17
pip install untanglepyut>=2.1.6
pip install buildlackey~=1.6.3
- run:
name: run tests
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ dependencies = [
'wxPython==4.2.1',
'codeallybasic>=1.1.0',
'codeallyadvanced>=1.1.0',
'pyutmodelv2==2.1.0',
'ogl>=2.1.5',
'untanglepyut>=2.1.5',
'pyutmodelv2>=2.1.5',
'ogl>=2.1.17',
'untanglepyut>=2.1.6',
]

[project.urls]
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ buildlackey==1.6.3
mypy==1.8.0
mypy-extensions==1.0.0
typing_extensions==4.9.0
types-setuptools==69.0.0.20240115
types-setuptools==69.0.0.20240125

wxPython~=4.2.1

codeallybasic==1.1.0
codeallyadvanced==1.1.0
pyutmodelv2==2.1.0
ogl==2.1.5
untanglepyut==2.1.5
pyutmodelv2>=2.1.5
ogl>=2.1.17
untanglepyut>=2.1.6
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.5'
__version__: str = '2.1.6'

0 comments on commit 0b5fdf3

Please sign in to comment.