From eca7be5d6bda18a51724823090aa4ddc8e39da1f Mon Sep 17 00:00:00 2001 From: Michael Marino Date: Mon, 20 Apr 2020 23:18:59 +0200 Subject: [PATCH] BLD: Set max version of numba to 0.48.0 This will fix the errors in the CI (Travis) builds, e.g. ``` E AttributeError: module 'numba' has no attribute 'targets' ``` --- ci/deps/azure-windows-36.yaml | 2 +- environment.yml | 2 +- requirements-dev.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/deps/azure-windows-36.yaml b/ci/deps/azure-windows-36.yaml index 548660cabaa67..92f9bbe662790 100644 --- a/ci/deps/azure-windows-36.yaml +++ b/ci/deps/azure-windows-36.yaml @@ -17,7 +17,7 @@ dependencies: - bottleneck - fastparquet>=0.3.2 - matplotlib=3.0.2 - - numba + - numba<0.49.0 - numexpr - numpy=1.15.* - openpyxl diff --git a/environment.yml b/environment.yml index 8893302b4c9b2..afeebe71127ad 100644 --- a/environment.yml +++ b/environment.yml @@ -76,7 +76,7 @@ dependencies: - matplotlib>=2.2.2 # pandas.plotting, Series.plot, DataFrame.plot - numexpr>=2.6.8 - scipy>=1.1 - - numba>=0.46.0 + - numba>=0.46.0,<0.49.0 # optional for io # --------------- diff --git a/requirements-dev.txt b/requirements-dev.txt index 8a954fabd2d8d..2761d5c5e8b23 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -51,7 +51,7 @@ jinja2 matplotlib>=2.2.2 numexpr>=2.6.8 scipy>=1.1 -numba>=0.46.0 +numba>=0.46.0,<0.49.0 beautifulsoup4>=4.6.0 html5lib lxml