diff --git a/README.md b/README.md index 799b77c..4e7a48a 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ requirements, allowing OpenVisionCapsules to route data between capsules automatically. This project is split into two packages, `vcap` and `vcap-utils`. `vcap` -contains the necessary facilities to create and encapsulate and algorithm. +contains the necessary facilities to create and encapsulate an algorithm. `vcap-utils` contains a set of utilities that make encapsulating algorithms of certain types easier. diff --git a/tools/openvisioncapsule_tools/capsule_benchmark/requirements.txt b/tools/openvisioncapsule_tools/capsule_benchmark/requirements.txt index 4b9ca3b..1c64e55 100644 --- a/tools/openvisioncapsule_tools/capsule_benchmark/requirements.txt +++ b/tools/openvisioncapsule_tools/capsule_benchmark/requirements.txt @@ -1,4 +1,4 @@ pandas==1.0.5 altair==4.1.0 -tqdm==4.48.0 +tqdm==4.66.3 mock==4.0.2 \ No newline at end of file