From df5bbf6667e684b3713b0c0fd4c3db0cf18296ca Mon Sep 17 00:00:00 2001 From: Michael Osthege Date: Thu, 17 Oct 2024 20:13:26 +0200 Subject: [PATCH] Pin NumPy 1 for the time being Closes #27 --- environment.yml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 8debee2..2359c6b 100644 --- a/environment.yml +++ b/environment.yml @@ -6,7 +6,7 @@ dependencies: - jupyter - matplotlib - numba - - numpy + - numpy<2 - nutpie - openpyxl - pip diff --git a/requirements.txt b/requirements.txt index b714e55..d88da45 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ arviz matplotlib -numpy +numpy<2 pandas pymc>=5.9.1 pytensor