From 9b7d949b01fd8100c5232310e1c595f6bd0c29db Mon Sep 17 00:00:00 2001 From: Ben Mares Date: Fri, 15 Mar 2024 23:29:37 +0100 Subject: [PATCH 1/2] Unpin numpy --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7cf30be..447fe26 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ pymc>=5.0.0 arviz numba matplotlib -numpy<1.25.0 +numpy From 7b31c247ec08c831cd533b88980f2849ceb7ea59 Mon Sep 17 00:00:00 2001 From: aloctavodia Date: Mon, 18 Mar 2024 09:40:30 -0300 Subject: [PATCH 2/2] remove init --- tests/__init__.py | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 tests/__init__.py diff --git a/tests/__init__.py b/tests/__init__.py deleted file mode 100644 index 73aaeab..0000000 --- a/tests/__init__.py +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 2022 The PyMC Developers -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -from numpy.testing import Tester - -test = Tester().test