Skip to content

Commit

Permalink
Require numpy < 2.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
wdolinar committed Oct 31, 2024
1 parent 48e318d commit 1d45191
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/XmsInterp-CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
CONAN_BUILD_TYPES: ${{ matrix.build_type }}
CONAN_GCC_VERSIONS: ${{ matrix.compiler-version }}
CONAN_DOCKER_IMAGE: docker.aquaveo.com/aquaveo/conan-docker/conan-gcc${{ matrix.compiler-version }}-py${{ matrix.python-version }}:latest
CONAN_PIP_INSTALL: 'conan-package-tools==0.35.1'
CONAN_PIP_INSTALL: 'conan-package-tools==0.35.1 numpy==1.26.4'
CONAN_PIP_PACKAGE: 'conan==1.41.0'
# Aquapi Variables
AQUAPI_USERNAME: ${{ secrets.AQUAPI_USERNAME_SECRET }}
Expand Down
2 changes: 1 addition & 1 deletion _package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))

requires = [
'numpy',
'numpy<2.0.0',
'xmscore>=6.0.0',
'xmsgrid>=7.0.0, <8.0.0',
]
Expand Down

0 comments on commit 1d45191

Please sign in to comment.