Skip to content

Commit

Permalink
0.1.3 snapshot (#3)
Browse files Browse the repository at this point in the history
* Update setup.py

* Downgrade required versions

* Update setup.py

* Change required numpy version to >= 1.13.0

* remove snapshot from version

Co-authored-by: ZacRavichandran <[email protected]>
Co-authored-by: Zac Ravichandran <[email protected]>
  • Loading branch information
3 people authored Mar 26, 2020
1 parent bc3bf7e commit a7b29c2
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 @@ -23,11 +23,11 @@

setup(
name='tesse',
version='0.1.2',
version='0.1.3',
description='TESSE python interface',
packages=find_packages('src'),
# tell setuptools that all packages will be under the 'src' directory
# and nowhere else
package_dir={'': 'src'},
install_requires=['numpy >= 1.16.5', 'defusedxml >= 0.6.0', 'Pillow >= 6.2.1'],
install_requires=['numpy >= 1.13.0', 'defusedxml >= 0.6.0', 'Pillow >= 5.0.0'],
)

0 comments on commit a7b29c2

Please sign in to comment.