Skip to content

Commit

Permalink
Merge pull request #11 from kornia/pion_typeguard
Browse files Browse the repository at this point in the history
pin typeguard
  • Loading branch information
lferraz authored Mar 15, 2023
2 parents e555542 + a1fc30f commit e6598d4
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
@@ -1,14 +1,14 @@
from setuptools import setup, find_packages

setup(name='limbus',
version='0.1.4',
version='0.1.5',
description='High level interface to create Pytorch Graphs.',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
author='Luis Ferraz',
url='https://github.com/kornia/limbus',
install_requires=[
'typeguard',
'typeguard<3.0.0',
],
extras_require={
'dev': [
Expand Down

0 comments on commit e6598d4

Please sign in to comment.