Skip to content

Commit

Permalink
<>[]: <Final cleanup for dependencies>
Browse files Browse the repository at this point in the history
[]

[#86]
  • Loading branch information
Humberto Sanchez II committed Sep 27, 2023
1 parent f493631 commit 7a5c551
Show file tree
Hide file tree
Showing 3 changed files with 7 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,13 +36,13 @@ jobs:
pip install antlr4-python3-runtime==4.11.1
pip install networkx==3.0
pip install orthogonal==1.2.0
pip install pyumldiagrams==2.60.1
pip install pyumldiagrams==2.60.2
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.2.11
pip install oglio==1.1.2
pip install untanglepyut==1.2.12
pip install oglio==1.1.4
pip install buildlackey~=1.3.3
- run:
name: run tests
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ codeallyadvanced==0.5.2

pyutmodel==1.5.0
ogl==0.90.3
untanglepyut==1.2.11
oglio==1.1.2
untanglepyut==1.2.12
oglio==1.1.4

buildlackey==1.3.3

# Pin networkx to match orthgonal
networkx==3.0
orthogonal==1.2.0
pyumldiagrams==2.60.1
pyumldiagrams==2.60.2
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,10 @@
'pyutplugins.preferences',
'pyutplugins.toolplugins', 'pyutplugins.toolplugins.orthogonal', 'pyutplugins.toolplugins.sugiyama',
],
install_requires=['pyutmodel==1.4.4', 'ogl==0.85.0', 'untanglepyut==1.1.0', 'oglio==1.0.0', 'hasiihelper~=0.2.1', 'hasiicommon~=0.3.1',
install_requires=['pyutmodel==1.4.4', 'ogl==0.85.0', 'untanglepyut==1.2.12', 'oglio==1.1.4', 'hasiihelper~=0.2.1', 'hasiicommon~=0.3.1', 'pyumldiagrams==2.60.2',
'wxPython~=4.2.1',
'antlr4-python3-runtime==4.11.1',
'networkx==3.0',
'pyumldiagrams==2.60.1',
'orthogonal==1.1.8',
]
)

0 comments on commit 7a5c551

Please sign in to comment.