From 8b0acfcff567476c79c8f467f3aafbb46bc4ebaf Mon Sep 17 00:00:00 2001 From: John Truckenbrodt Date: Tue, 1 Oct 2024 08:31:17 +0200 Subject: [PATCH] require numpy<2.0 --- environment-dev.yml | 2 +- environment-doc.yml | 2 +- environment.yml | 2 +- requirements.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/environment-dev.yml b/environment-dev.yml index 55ed823a..6f01664b 100644 --- a/environment-dev.yml +++ b/environment-dev.yml @@ -5,7 +5,7 @@ channels: dependencies: - python>=3.8,<3.11 - progressbar2 - - numpy + - numpy<2.0 - spatialist>=0.12.1 - pyyaml - requests diff --git a/environment-doc.yml b/environment-doc.yml index 509b43f6..97484653 100644 --- a/environment-doc.yml +++ b/environment-doc.yml @@ -5,7 +5,7 @@ channels: dependencies: - python>=3.8,<3.11 - matplotlib - - numpy + - numpy<2.0 - sphinx<7.0 # https://github.com/readthedocs/sphinx_rtd_theme/issues/1463 - sphinxcontrib-bibtex>=2.2 - pip diff --git a/environment.yml b/environment.yml index 3ccbc82c..54746288 100644 --- a/environment.yml +++ b/environment.yml @@ -5,7 +5,7 @@ channels: dependencies: - python>=3.8,<3.11 # https://github.com/kvesteri/sqlalchemy-utils/issues/716 - progressbar2 - - numpy + - numpy<2.0 - spatialist>=0.12.1 - pyyaml - requests diff --git a/requirements.txt b/requirements.txt index dbcf290f..8056023d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ progressbar2 -numpy +numpy<2.0 spatialist>=0.12.1 pyyaml requests