Skip to content

Commit

Permalink
set max numpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
gagelarsen authored Aug 29, 2024
1 parent 2619fa6 commit c36b9cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmsconan/xms_conan_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def run_python_tests_and_upload(self):
with tools.pythonpath(self):

# Install required packages for python testing.
packages_to_install = ['numpy', 'wheel']
packages_to_install = ['"numpy<2.0"', 'wheel']
if not self.settings.os == "Macos":
self.run(f'pip install --user {" ".join(packages_to_install)}')
else:
Expand Down

0 comments on commit c36b9cb

Please sign in to comment.