Skip to content

Commit

Permalink
[PyOV] Remove six package (#28342)
Browse files Browse the repository at this point in the history
### Details:
- I can't see any usages of `six` package in the repo (besides docs, but
these have their own requirements)
 - `six` is a package for compatibility between Python 2 and Python 3
- **Running CI to make sure it's not used anywhere, seems to be a
leftover**

### Tickets:
 - N/A

Signed-off-by: p-wysocki <przemyslaw.wysocki@intel.com>
  • Loading branch information
p-wysocki authored Jan 9, 2025
1 parent ad11b91 commit c338e4e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/bindings/python/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,5 @@ h5py>=3.1.0,<3.13.0
docopt~=0.6.2
paddlepaddle==2.6.2
tensorflow>=1.15.5,<2.18.0
six~=1.16.0
protobuf>=3.18.1,<6.0.0
onnx==1.17.0
1 change: 0 additions & 1 deletion src/frontends/paddle/tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
-c ../../../bindings/python/constraints.txt
protobuf
numpy
six
paddlepaddle

0 comments on commit c338e4e

Please sign in to comment.