Skip to content

Commit

Permalink
update to xmsgrid 7.7.5
Browse files Browse the repository at this point in the history
fix tests
fix actions
  • Loading branch information
alemon-aquaveo committed Nov 10, 2023
1 parent 8a6d467 commit 97d460c
Show file tree
Hide file tree
Showing 28 changed files with 58,585 additions and 58,586 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/XmsMesher-CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ jobs:
- name: Install Python Dependencies
run: |
python -m pip install --upgrade pip
pip install conan==1.41.0 conan-package-tools==0.35.1 devpi-client wheel MarkupSafe==2.0.0
pip install pyYAML==5.3.1 conan==1.41.0 conan-package-tools==0.35.1 devpi-client wheel MarkupSafe==2.0.0
python -m pip install -i https://public.aquapi.aquaveo.com/aquaveo/stable/+simple/ "xmsconan>=1.0.4,<2"
# Login to Aquaveo Docker
- name: Login to Aquaveo Docker
Expand Down Expand Up @@ -328,7 +328,7 @@ jobs:
- name: Install Python Dependencies
run: |
python -m pip install --upgrade pip
pip install conan==1.41.0 conan-package-tools==0.35.1 devpi-client wheel MarkupSafe==2.0.0
pip install pyYAML==5.3.1 conan==1.41.0 conan-package-tools==0.35.1 devpi-client wheel MarkupSafe==2.0.0
python -m pip install -i https://public.aquapi.aquaveo.com/aquaveo/stable/+simple/ "xmsconan>=1.0.4,<2"
# Setup Visual Studio
- name: Setup Visual Studio
Expand Down
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class XmsmesherConan(XmsConanFile):
description = 'Mesher library for XMS products'
xms_dependencies = [
'xmscore/[>=6.0.1 <7.0.0]@aquaveo/stable',
'xmsgrid/[>=7.0.1 <8.0.0]@aquaveo/stable',
'xmsgrid/[>=7.7.5 <8.0.0]@aquaveo/stable',
'xmsinterp/[>=6.0.1 <7.0.0]@aquaveo/stable',
]
extra_export_sources = [
Expand Down
Loading

0 comments on commit 97d460c

Please sign in to comment.