Skip to content

Commit

Permalink
v3.0.61
Browse files Browse the repository at this point in the history
  • Loading branch information
elishatofunmi committed Aug 16, 2023
1 parent 39ce4ee commit d049054
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
11 changes: 5 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
7 changes: 3 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit d049054

Please sign in to comment.