Skip to content

Commit

Permalink
Bug fix readthedocs (#30)
Browse files Browse the repository at this point in the history
* Update setup.py

* Update setup.py
  • Loading branch information
anascacais committed Jan 24, 2024
1 parent cdeaceb commit 8fb37d0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
import io
import os
import sys
import re
import ast
from shutil import rmtree

from setuptools import find_packages, setup, Command
Expand All @@ -29,7 +27,7 @@
EMAIL = 'developer@scientisst.com'
AUTHOR = 'Instituto de Telecomunicacoes'
REQUIRES_PYTHON = '>3.5.2'
VERSION = '2.1.2'
VERSION = '2.1.3'
LICENSE = 'BSD 3-clause'

# What packages are required for this module to be executed?
Expand All @@ -45,6 +43,7 @@
'joblib',
'opencv-python',
'pywavelets',
'mock',
]

# What packages are optional?
Expand Down

0 comments on commit 8fb37d0

Please sign in to comment.