diff --git a/requirements.txt b/requirements.txt index efdb09c..8305cfc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,15 +1,14 @@ +setuptools boto3==1.22.9 botocore==1.25.9 dtw==1.4.0 PyJWT==2.4.0 -h5py==3.1.0 +h5py +matplotlib imageio-ffmpeg==0.4.7 -imgviz==1.5.0 -labelme==5.0.1 -matplotlib==3.2.2 -numpy==1.19.5 +labelme==5.3.0 +numpy opencv-contrib-python==4.6.0.66 -PyYAML==5.4.1 requests-oauthlib==1.3.1 scikit-learn tqdm \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 5b1a82e..4346e14 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = rectvision -version = 3.0.60 +version = 3.0.61 author = Rectlabs author_email = rectanglenet@gmail.com description = Rectvision package @@ -24,11 +24,10 @@ install_requires = importlib-metadata boto3 == 1.22.9 dtw == 1.4.0 - labelme == 5.0.1 - numpy == 1.20.0 + labelme == 5.3.0 + numpy PyJWT == 2.4.0 python-dotenv == 0.19.2 - PyYAML == 5.4.1 opencv-contrib-python == 4.6.0.66 sklearn diff --git a/setup.py b/setup.py index a4ab0cb..26b953b 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ with codecs.open(os.path.join(here, "README.md"), encoding="utf-8") as fh: long_description = "\n" + fh.read() -VERSION = '3.0.60' +VERSION = '3.0.61' DESCRIPTION = 'A low-code tool to help create your own AI' LONG_DESCRIPTION = 'A package that allows to build your own computer visions and NLP systems'