diff --git a/CHANGELOG.md b/CHANGELOG.md index 45f5b2f..7cd87c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,10 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Added ### Changed + * Updated versions of python, numba and numpy ### Fixed + * Warnings from numpy and scikit ### Removed diff --git a/conda/conda_build_config.yaml b/conda/conda_build_config.yaml index 474d026..6bde703 100644 --- a/conda/conda_build_config.yaml +++ b/conda/conda_build_config.yaml @@ -1,3 +1,6 @@ python: - - 3.6 - - 3.7 \ No newline at end of file + - 3.10 +numpy: + - 1.21 +numba: + - 0.55 \ No newline at end of file diff --git a/conda/meta.yaml b/conda/meta.yaml index 3cf3570..17d72ed 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -18,12 +18,12 @@ requirements: - openmp run: - python - - numpy >=1.12 + - numpy >=1.21 - scikit-image - psutil - h5py - tqdm - - numba >=0.41 + - numba >=0.55 - cudatoolkit - imageio - openmp diff --git a/examples/generatedata.py b/examples/generatedata.py index 3692c42..df56205 100644 --- a/examples/generatedata.py +++ b/examples/generatedata.py @@ -47,7 +47,7 @@ def generate(): while i