Skip to content

Commit

Permalink
remove issue with dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lferraz committed Feb 13, 2023
1 parent f0e719f commit 4d2165c
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,7 +1,7 @@
from setuptools import setup, find_packages

setup(name='limbus',
version='0.1.1.dev',
version='0.1.2.dev',
description='High level interface to create Pytorch Graphs.',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
Expand All @@ -13,7 +13,7 @@
'visdom',
'typeguard',
'kornia',
'opencv-python<4.7' # 4.7 doesn't work in my computer
'opencv-python'
],
extras_require={
'dev': [
Expand Down

0 comments on commit 4d2165c

Please sign in to comment.