Skip to content

Commit

Permalink
Merge pull request #34 from Matdericas/remove-numpy-version-upper-limit
Browse files Browse the repository at this point in the history
Allow newer version of numpy
  • Loading branch information
jurekkow authored Jul 25, 2022
2 parents 8d2dc92 + ca27420 commit e8e04f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
from setuptools import setup

setup(name='apeer-ometiff-library',
version='1.10.0',
version='1.10.1',
description='Library to read and write ometiff images',
url='https://github.com/apeer-micro/apeer-ometiff-library',
author='apeer-micro',
packages=setuptools.find_packages(),
install_requires=['numpy==1.18.5','tifffile==2020.6.3', 'imagecodecs==2020.5.30'],
install_requires=['numpy>=1.18.5','tifffile==2020.6.3', 'imagecodecs==2020.5.30'],
license='MIT',
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit e8e04f3

Please sign in to comment.