Commit e27323e 1 parent 48e318d commit e27323e Copy full SHA for e27323e
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ jobs:
183
183
CONAN_BUILD_TYPES : ${{ matrix.build_type }}
184
184
CONAN_GCC_VERSIONS : ${{ matrix.compiler-version }}
185
185
CONAN_DOCKER_IMAGE : docker.aquaveo.com/aquaveo/conan-docker/conan-gcc${{ matrix.compiler-version }}-py${{ matrix.python-version }}:latest
186
- CONAN_PIP_INSTALL : ' conan-package-tools==0.35.1'
186
+ CONAN_PIP_INSTALL : ' conan-package-tools==0.35.1 numpy==1.26.4 '
187
187
CONAN_PIP_PACKAGE : ' conan==1.41.0'
188
188
# Aquapi Variables
189
189
AQUAPI_USERNAME : ${{ secrets.AQUAPI_USERNAME_SECRET }}
Original file line number Diff line number Diff line change 10
10
os .chdir (os .path .normpath (os .path .join (os .path .abspath (__file__ ), os .pardir )))
11
11
12
12
requires = [
13
- 'numpy' ,
13
+ 'numpy<2.0.0 ' ,
14
14
'xmscore>=6.0.0' ,
15
15
'xmsgrid>=7.0.0, <8.0.0' ,
16
16
]
You can’t perform that action at this time.
0 commit comments