Skip to content

[Windows 11] neural-compressor 3.5 requires numpy<2.0, but you have numpy 2.2.6 which is incompatible. #1459

@savvadesogle

Description

@savvadesogle

Hello.

I have a problem with dependencies.
instruction: https://github.com/huggingface/optimum-intel#installation
Windows 11

after: pip install --upgrade --upgrade-strategy eager "optimum[openvino]"

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
neural-compressor 3.5 requires numpy<2.0, but you have numpy 2.2.6 which is incompatible.

And: pip install --upgrade --upgrade-strategy eager "optimum[ipex]"

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
nncf 2.18.0 requires networkx<3.5.0,>=2.6, but you have networkx 3.5 which is incompatible.
optimum-intel 1.25.2 requires optimum==1.27.*, but you have optimum 1.21.0 which is incompatible.

LOG:

neural-compressor 3.5 requires numpy<2.0, but you have numpy 2.2.6 which is incompatible. C:\openvino\granite-4.0-micro>conda activate ibm

(ibm) C:\openvino\granite-4.0-micro>pip install --upgrade --upgrade-strategy eager "optimum[neural-compressor]"
Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com
Collecting optimum[neural-compressor]
Downloading optimum-1.27.0-py3-none-any.whl.metadata (16 kB)
Collecting transformers>=4.29 (from optimum[neural-compressor])
Downloading transformers-4.57.0-py3-none-any.whl.metadata (41 kB)
Collecting torch>=1.11 (from optimum[neural-compressor])
Downloading torch-2.8.0-cp311-cp311-win_amd64.whl.metadata (30 kB)
Collecting packaging (from optimum[neural-compressor])
Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
Collecting numpy (from optimum[neural-compressor])
Downloading numpy-2.3.3-cp311-cp311-win_amd64.whl.metadata (60 kB)
Collecting huggingface_hub>=0.8.0 (from optimum[neural-compressor])
Downloading huggingface_hub-0.35.3-py3-none-any.whl.metadata (14 kB)
Collecting optimum-intel>=1.23.0 (from optimum-intel[neural-compressor]>=1.23.0; extra == "neural-compressor"->optimum[neural-compressor])
Downloading optimum_intel-1.25.2-py3-none-any.whl.metadata (14 kB)
Collecting filelock (from huggingface_hub>=0.8.0->optimum[neural-compressor])
Downloading filelock-3.19.1-py3-none-any.whl.metadata (2.1 kB)
Collecting fsspec>=2023.5.0 (from huggingface_hub>=0.8.0->optimum[neural-compressor])
Downloading fsspec-2025.9.0-py3-none-any.whl.metadata (10 kB)
Collecting pyyaml>=5.1 (from huggingface_hub>=0.8.0->optimum[neural-compressor])
Downloading pyyaml-6.0.3-cp311-cp311-win_amd64.whl.metadata (2.4 kB)
Collecting requests (from huggingface_hub>=0.8.0->optimum[neural-compressor])
Downloading requests-2.32.5-py3-none-any.whl.metadata (4.9 kB)
Collecting tqdm>=4.42.1 (from huggingface_hub>=0.8.0->optimum[neural-compressor])
Downloading tqdm-4.67.1-py3-none-any.whl.metadata (57 kB)
Collecting typing-extensions>=3.7.4.3 (from huggingface_hub>=0.8.0->optimum[neural-compressor])
Downloading typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB)
Collecting transformers>=4.29 (from optimum[neural-compressor])
Downloading transformers-4.53.3-py3-none-any.whl.metadata (40 kB)
Collecting datasets>=1.4.0 (from optimum-intel>=1.23.0->optimum-intel[neural-compressor]>=1.23.0; extra == "neural-compressor"->optimum[neural-compressor])
Downloading datasets-4.1.1-py3-none-any.whl.metadata (18 kB)
Requirement already satisfied: setuptools in c:\users\uuk\miniconda3\envs\ibm\lib\site-packages (from optimum-intel>=1.23.0->optimum-intel[neural-compressor]>=1.23.0; extra == "neural-compressor"->optimum[neural-compressor]) (78.1.1)
Collecting setuptools (from optimum-intel>=1.23.0->optimum-intel[neural-compressor]>=1.23.0; extra == "neural-compressor"->optimum[neural-compressor])
Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
Collecting scipy (from optimum-intel>=1.23.0->optimum-intel[neural-compressor]>=1.23.0; extra == "neural-compressor"->optimum[neural-compressor])
Downloading scipy-1.16.2-cp311-cp311-win_amd64.whl.metadata (60 kB)
Collecting onnx (from optimum-intel>=1.23.0->optimum-intel[neural-compressor]>=1.23.0; extra == "neural-compressor"->optimum[neural-compressor])
Downloading onnx-1.19.0-cp311-cp311-win_amd64.whl.metadata (7.2 kB)
Collecting regex!=2019.12.17 (from transformers>=4.29->optimum[neural-compressor])
Downloading regex-2025.9.18-cp311-cp311-win_amd64.whl.metadata (41 kB)
Collecting tokenizers<0.22,>=0.21 (from transformers>=4.29->optimum[neural-compressor])
Downloading tokenizers-0.21.4-cp39-abi3-win_amd64.whl.metadata (6.9 kB)
Collecting safetensors>=0.4.3 (from transformers>=4.29->optimum[neural-compressor])
Downloading safetensors-0.6.2-cp38-abi3-win_amd64.whl.metadata (4.1 kB)
Collecting pyarrow>=21.0.0 (from datasets>=1.4.0->optimum-intel>=1.23.0->optimum-intel[neural-compressor]>=1.23.0; extra == "neural-compressor"->optimum[neural-compressor])
Downloading pyarrow-21.0.0-cp311-cp311-win_amd64.whl.metadata (3.4 kB)
Collecting dill<0.4.1,>=0.3.0 (from datasets>=1.4.0->optimum-intel>=1.23.0->optimum-intel[neural-compressor]>=1.23.0; extra == "neural-compressor"->optimum[neural-compressor])
Downloading dill-0.4.0-py3-none-any.whl.metadata (10 kB)
Collecting pandas (from datasets>=1.4.0->optimum-intel>=1.23.0->optimum-intel[neural-compressor]>=1.23.0; extra == "neural-compressor"->optimum[neural-compressor])
Downloading pandas-2.3.3-cp311-cp311-win_amd64.whl.metadata (19 kB)
Collecting xxhash (from datasets>=1.4.0->optimum-intel>=1.23.0->optimum-intel[neural-compressor]>=1.23.0; extra == "neural-compressor"->optimum[neural-compressor])
Downloading xxhash-3.6.0-cp311-cp311-win_amd64.whl.metadata (13 kB)
Collecting multiprocess<0.70.17 (from datasets>=1.4.0->optimum-intel>=1.23.0->optimum-intel[neural-compressor]>=1.23.0; extra == "neural-compressor"->optimum[neural-compressor])
Downloading multiprocess-0.70.16-py311-none-any.whl.metadata (7.2 kB)
Collecting aiohttp!=4.0.0a0,!=4.0.0a1 (from fsspec[http]<=2025.9.0,>=2023.1.0->datasets>=1.4.0->optimum-intel>=1.23.0->optimum-intel[neural-compressor]>=1.23.0; extra == "neural-compressor"->optimum[neural-compressor])
Downloading aiohttp-3.12.15-cp311-cp311-win_amd64.whl.metadata (7.9 kB)
Collecting aiohappyeyeballs>=2.5.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.9.0,>=2023.1.0->datasets>=1.4.0->optimum-intel>=1.23.0->optimum-intel[neural-compressor]>=1.23.0; extra == "neural-compressor"->optimum[neural-compressor])
Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl.metadata (5.9 kB)
Collecting aiosignal>=1.4.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.9.0,>=2023.1.0->datasets>=1.4.0->optimum-intel>=1.23.0->optimum-intel[neural-compressor]>=1.23.0; extra == "neural-compressor"->optimum[neural-compressor])
Downloading aiosignal-1.4.0-py3-none-any.whl.metadata (3.7 kB)
Collecting attrs>=17.3.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.9.0,>=2023.1.0->datasets>=1.4.0->optimum-intel>=1.23.0->optimum-intel[neural-compressor]>=1.23.0; extra == "neural-compressor"->optimum[neural-compressor])
Downloading attrs-25.3.0-py3-none-any.whl.metadata (10 kB)
Collecting frozenlist>=1.1.1 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.9.0,>=2023.1.0->datasets>=1.4.0->optimum-intel>=1.23.0->optimum-intel[neural-compressor]>=1.23.0; extra == "neural-compressor"->optimum[neural-compressor])
Downloading frozenlist-1.7.0-cp311-cp311-win_amd64.whl.metadata (19 kB)
Collecting multidict<7.0,>=4.5 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.9.0,>=2023.1.0->datasets>=1.4.0->optimum-intel>=1.23.0->optimum-intel[neural-compressor]>=1.23.0; extra == "neural-compressor"->optimum[neural-compressor])
Downloading multidict-6.6.4-cp311-cp311-win_amd64.whl.metadata (5.4 kB)
Collecting propcache>=0.2.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.9.0,>=2023.1.0->datasets>=1.4.0->optimum-intel>=1.23.0->optimum-intel[neural-compressor]>=1.23.0; extra == "neural-compressor"->optimum[neural-compressor])
Downloading propcache-0.3.2-cp311-cp311-win_amd64.whl.metadata (12 kB)
Collecting yarl<2.0,>=1.17.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.9.0,>=2023.1.0->datasets>=1.4.0->optimum-intel>=1.23.0->optimum-intel[neural-compressor]>=1.23.0; extra == "neural-compressor"->optimum[neural-compressor])
Downloading yarl-1.20.1-cp311-cp311-win_amd64.whl.metadata (76 kB)
Collecting idna>=2.0 (from yarl<2.0,>=1.17.0->aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.9.0,>=2023.1.0->datasets>=1.4.0->optimum-intel>=1.23.0->optimum-intel[neural-compressor]>=1.23.0; extra == "neural-compressor"->optimum[neural-compressor])
Downloading idna-3.10-py3-none-any.whl.metadata (10 kB)
Collecting neural-compressor>=3.4.1 (from neural-compressor[pt]>=3.4.1; extra == "neural-compressor"->optimum-intel[neural-compressor]>=1.23.0; extra == "neural-compressor"->optimum[neural-compressor])
Downloading neural_compressor-3.5-py3-none-any.whl.metadata (15 kB)
Collecting accelerate (from optimum-intel[neural-compressor]>=1.23.0; extra == "neural-compressor"->optimum[neural-compressor])
Downloading accelerate-1.10.1-py3-none-any.whl.metadata (19 kB)
Collecting transformers>=4.29 (from optimum[neural-compressor])
Downloading transformers-4.45.2-py3-none-any.whl.metadata (44 kB)
Collecting tokenizers<0.21,>=0.20 (from transformers>=4.29->optimum[neural-compressor])
Downloading tokenizers-0.20.3-cp311-none-win_amd64.whl.metadata (6.9 kB)
Collecting deprecated>=1.2.13 (from neural-compressor>=3.4.1->neural-compressor[pt]>=3.4.1; extra == "neural-compressor"->optimum-intel[neural-compressor]>=1.23.0; extra == "neural-compressor"->optimum[neural-compressor])
Downloading Deprecated-1.2.18-py2.py3-none-any.whl.metadata (5.7 kB)
Collecting numpy (from optimum[neural-compressor])
Downloading numpy-1.26.4-cp311-cp311-win_amd64.whl.metadata (61 kB)
Collecting opencv-python-headless (from neural-compressor>=3.4.1->neural-compressor[pt]>=3.4.1; extra == "neural-compressor"->optimum-intel[neural-compressor]>=1.23.0; extra == "neural-compressor"->optimum[neural-compressor])
Downloading opencv_python_headless-4.12.0.88-cp37-abi3-win_amd64.whl.metadata (20 kB)
Collecting Pillow (from neural-compressor>=3.4.1->neural-compressor[pt]>=3.4.1; extra == "neural-compressor"->optimum-intel[neural-compressor]>=1.23.0; extra == "neural-compressor"->optimum[neural-compressor])
Downloading pillow-11.3.0-cp311-cp311-win_amd64.whl.metadata (9.2 kB)
Collecting prettytable (from neural-compressor>=3.4.1->neural-compressor[pt]>=3.4.1; extra == "neural-compressor"->optimum-intel[neural-compressor]>=1.23.0; extra == "neural-compressor"->optimum[neural-compressor])
Downloading prettytable-3.16.0-py3-none-any.whl.metadata (33 kB)
Collecting psutil (from neural-compressor>=3.4.1->neural-compressor[pt]>=3.4.1; extra == "neural-compressor"->optimum-intel[neural-compressor]>=1.23.0; extra == "neural-compressor"->optimum[neural-compressor])
Downloading psutil-7.1.0-cp37-abi3-win_amd64.whl.metadata (23 kB)
Collecting py-cpuinfo (from neural-compressor>=3.4.1->neural-compressor[pt]>=3.4.1; extra == "neural-compressor"->optimum-intel[neural-compressor]>=1.23.0; extra == "neural-compressor"->optimum[neural-compressor])
Downloading py_cpuinfo-9.0.0-py3-none-any.whl.metadata (794 bytes)
Collecting schema (from neural-compressor>=3.4.1->neural-compressor[pt]>=3.4.1; extra == "neural-compressor"->optimum-intel[neural-compressor]>=1.23.0; extra == "neural-compressor"->optimum[neural-compressor])
Downloading schema-0.7.7-py2.py3-none-any.whl.metadata (34 kB)
Collecting scikit-learn (from neural-compressor>=3.4.1->neural-compressor[pt]>=3.4.1; extra == "neural-compressor"->optimum-intel[neural-compressor]>=1.23.0; extra == "neural-compressor"->optimum[neural-compressor])
Downloading scikit_learn-1.7.2-cp311-cp311-win_amd64.whl.metadata (11 kB)
Collecting pycocotools (from neural-compressor>=3.4.1->neural-compressor[pt]>=3.4.1; extra == "neural-compressor"->optimum-intel[neural-compressor]>=1.23.0; extra == "neural-compressor"->optimum[neural-compressor])
Downloading pycocotools-2.0.10-cp311-cp311-win_amd64.whl.metadata (1.3 kB)
Collecting wrapt<2,>=1.10 (from deprecated>=1.2.13->neural-compressor>=3.4.1->neural-compressor[pt]>=3.4.1; extra == "neural-compressor"->optimum-intel[neural-compressor]>=1.23.0; extra == "neural-compressor"->optimum[neural-compressor])
Downloading wrapt-1.17.3-cp311-cp311-win_amd64.whl.metadata (6.5 kB)
Collecting pydantic (from neural-compressor[pt]>=3.4.1; extra == "neural-compressor"->optimum-intel[neural-compressor]>=1.23.0; extra == "neural-compressor"->optimum[neural-compressor])
Downloading pydantic-2.11.10-py3-none-any.whl.metadata (68 kB)
Collecting charset_normalizer<4,>=2 (from requests->huggingface_hub>=0.8.0->optimum[neural-compressor])
Downloading charset_normalizer-3.4.3-cp311-cp311-win_amd64.whl.metadata (37 kB)
Collecting urllib3<3,>=1.21.1 (from requests->huggingface_hub>=0.8.0->optimum[neural-compressor])
Downloading urllib3-2.5.0-py3-none-any.whl.metadata (6.5 kB)
Collecting certifi>=2017.4.17 (from requests->huggingface_hub>=0.8.0->optimum[neural-compressor])
Downloading certifi-2025.8.3-py3-none-any.whl.metadata (2.4 kB)
Collecting sympy>=1.13.3 (from torch>=1.11->optimum[neural-compressor])
Downloading sympy-1.14.0-py3-none-any.whl.metadata (12 kB)
Collecting networkx (from torch>=1.11->optimum[neural-compressor])
Downloading networkx-3.5-py3-none-any.whl.metadata (6.3 kB)
Collecting jinja2 (from torch>=1.11->optimum[neural-compressor])
Downloading jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB)
Collecting mpmath<1.4,>=1.1.0 (from sympy>=1.13.3->torch>=1.11->optimum[neural-compressor])
Downloading mpmath-1.3.0-py3-none-any.whl.metadata (8.6 kB)
Collecting colorama (from tqdm>=4.42.1->huggingface_hub>=0.8.0->optimum[neural-compressor])
Downloading colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB)
Collecting MarkupSafe>=2.0 (from jinja2->torch>=1.11->optimum[neural-compressor])
Downloading markupsafe-3.0.3-cp311-cp311-win_amd64.whl.metadata (2.8 kB)
Collecting protobuf>=4.25.1 (from onnx->optimum-intel>=1.23.0->optimum-intel[neural-compressor]>=1.23.0; extra == "neural-compressor"->optimum[neural-compressor])
Downloading protobuf-6.32.1-cp310-abi3-win_amd64.whl.metadata (593 bytes)
Collecting ml_dtypes (from onnx->optimum-intel>=1.23.0->optimum-intel[neural-compressor]>=1.23.0; extra == "neural-compressor"->optimum[neural-compressor])
Downloading ml_dtypes-0.5.3-cp311-cp311-win_amd64.whl.metadata (9.2 kB)
INFO: pip is looking at multiple versions of opencv-python-headless to determine which version is compatible with other requirements. This could take a while.
Collecting opencv-python-headless (from neural-compressor>=3.4.1->neural-compressor[pt]>=3.4.1; extra == "neural-compressor"->optimum-intel[neural-compressor]>=1.23.0; extra == "neural-compressor"->optimum[neural-compressor])
Downloading opencv_python_headless-4.11.0.86-cp37-abi3-win_amd64.whl.metadata (20 kB)
Collecting python-dateutil>=2.8.2 (from pandas->datasets>=1.4.0->optimum-intel>=1.23.0->optimum-intel[neural-compressor]>=1.23.0; extra == "neural-compressor"->optimum[neural-compressor])
Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB)
Collecting pytz>=2020.1 (from pandas->datasets>=1.4.0->optimum-intel>=1.23.0->optimum-intel[neural-compressor]>=1.23.0; extra == "neural-compressor"->optimum[neural-compressor])
Downloading pytz-2025.2-py2.py3-none-any.whl.metadata (22 kB)
Collecting tzdata>=2022.7 (from pandas->datasets>=1.4.0->optimum-intel>=1.23.0->optimum-intel[neural-compressor]>=1.23.0; extra == "neural-compressor"->optimum[neural-compressor])
Downloading tzdata-2025.2-py2.py3-none-any.whl.metadata (1.4 kB)
Collecting six>=1.5 (from python-dateutil>=2.8.2->pandas->datasets>=1.4.0->optimum-intel>=1.23.0->optimum-intel[neural-compressor]>=1.23.0; extra == "neural-compressor"->optimum[neural-compressor])
Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB)
Collecting wcwidth (from prettytable->neural-compressor>=3.4.1->neural-compressor[pt]>=3.4.1; extra == "neural-compressor"->optimum-intel[neural-compressor]>=1.23.0; extra == "neural-compressor"->optimum[neural-compressor])
Downloading wcwidth-0.2.14-py2.py3-none-any.whl.metadata (15 kB)
Collecting annotated-types>=0.6.0 (from pydantic->neural-compressor[pt]>=3.4.1; extra == "neural-compressor"->optimum-intel[neural-compressor]>=1.23.0; extra == "neural-compressor"->optimum[neural-compressor])
Downloading annotated_types-0.7.0-py3-none-any.whl.metadata (15 kB)
Collecting pydantic-core==2.33.2 (from pydantic->neural-compressor[pt]>=3.4.1; extra == "neural-compressor"->optimum-intel[neural-compressor]>=1.23.0; extra == "neural-compressor"->optimum[neural-compressor])
Downloading pydantic_core-2.33.2-cp311-cp311-win_amd64.whl.metadata (6.9 kB)
Collecting typing-inspection>=0.4.0 (from pydantic->neural-compressor[pt]>=3.4.1; extra == "neural-compressor"->optimum-intel[neural-compressor]>=1.23.0; extra == "neural-compressor"->optimum[neural-compressor])
Downloading typing_inspection-0.4.2-py3-none-any.whl.metadata (2.6 kB)
Collecting joblib>=1.2.0 (from scikit-learn->neural-compressor>=3.4.1->neural-compressor[pt]>=3.4.1; extra == "neural-compressor"->optimum-intel[neural-compressor]>=1.23.0; extra == "neural-compressor"->optimum[neural-compressor])
Downloading joblib-1.5.2-py3-none-any.whl.metadata (5.6 kB)
Collecting threadpoolctl>=3.1.0 (from scikit-learn->neural-compressor>=3.4.1->neural-compressor[pt]>=3.4.1; extra == "neural-compressor"->optimum-intel[neural-compressor]>=1.23.0; extra == "neural-compressor"->optimum[neural-compressor])
Downloading threadpoolctl-3.6.0-py3-none-any.whl.metadata (13 kB)
Downloading optimum-1.27.0-py3-none-any.whl (425 kB)
Downloading huggingface_hub-0.35.3-py3-none-any.whl (564 kB)
---------------------------------------- 564.3/564.3 kB 3.2 MB/s 0:00:00
Downloading fsspec-2025.9.0-py3-none-any.whl (199 kB)
Downloading optimum_intel-1.25.2-py3-none-any.whl (359 kB)
Downloading datasets-4.1.1-py3-none-any.whl (503 kB)
Downloading dill-0.4.0-py3-none-any.whl (119 kB)
Downloading multiprocess-0.70.16-py311-none-any.whl (143 kB)
Downloading aiohttp-3.12.15-cp311-cp311-win_amd64.whl (453 kB)
Downloading multidict-6.6.4-cp311-cp311-win_amd64.whl (46 kB)
Downloading yarl-1.20.1-cp311-cp311-win_amd64.whl (86 kB)
Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl (15 kB)
Downloading aiosignal-1.4.0-py3-none-any.whl (7.5 kB)
Downloading attrs-25.3.0-py3-none-any.whl (63 kB)
Downloading frozenlist-1.7.0-cp311-cp311-win_amd64.whl (44 kB)
Downloading idna-3.10-py3-none-any.whl (70 kB)
Downloading transformers-4.45.2-py3-none-any.whl (9.9 MB)
---------------------------------------- 9.9/9.9 MB 8.9 MB/s 0:00:01
Downloading tokenizers-0.20.3-cp311-none-win_amd64.whl (2.4 MB)
---------------------------------------- 2.4/2.4 MB 17.0 MB/s 0:00:00
Downloading neural_compressor-3.5-py3-none-any.whl (1.8 MB)
---------------------------------------- 1.8/1.8 MB 20.1 MB/s 0:00:00
Downloading numpy-1.26.4-cp311-cp311-win_amd64.whl (15.8 MB)
---------------------------------------- 15.8/15.8 MB 26.2 MB/s 0:00:00
Downloading Deprecated-1.2.18-py2.py3-none-any.whl (10.0 kB)
Downloading wrapt-1.17.3-cp311-cp311-win_amd64.whl (38 kB)
Downloading packaging-25.0-py3-none-any.whl (66 kB)
Downloading propcache-0.3.2-cp311-cp311-win_amd64.whl (41 kB)
Downloading pyarrow-21.0.0-cp311-cp311-win_amd64.whl (26.2 MB)
---------------------------------------- 26.2/26.2 MB 42.6 MB/s 0:00:00
Downloading pyyaml-6.0.3-cp311-cp311-win_amd64.whl (158 kB)
Downloading regex-2025.9.18-cp311-cp311-win_amd64.whl (276 kB)
Downloading requests-2.32.5-py3-none-any.whl (64 kB)
Downloading charset_normalizer-3.4.3-cp311-cp311-win_amd64.whl (107 kB)
Downloading urllib3-2.5.0-py3-none-any.whl (129 kB)
Downloading certifi-2025.8.3-py3-none-any.whl (161 kB)
Downloading safetensors-0.6.2-cp38-abi3-win_amd64.whl (320 kB)
Downloading torch-2.8.0-cp311-cp311-win_amd64.whl (241.4 MB)
---------------------------------------- 241.4/241.4 MB 50.1 MB/s 0:00:04
Downloading sympy-1.14.0-py3-none-any.whl (6.3 MB)
---------------------------------------- 6.3/6.3 MB 38.7 MB/s 0:00:00
Downloading mpmath-1.3.0-py3-none-any.whl (536 kB)
---------------------------------------- 536.2/536.2 kB ? 0:00:00
Downloading tqdm-4.67.1-py3-none-any.whl (78 kB)
Downloading typing_extensions-4.15.0-py3-none-any.whl (44 kB)
Downloading accelerate-1.10.1-py3-none-any.whl (374 kB)
Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB)
Downloading filelock-3.19.1-py3-none-any.whl (15 kB)
Downloading jinja2-3.1.6-py3-none-any.whl (134 kB)
Downloading markupsafe-3.0.3-cp311-cp311-win_amd64.whl (15 kB)
Downloading networkx-3.5-py3-none-any.whl (2.0 MB)
---------------------------------------- 2.0/2.0 MB 57.2 MB/s 0:00:00
Downloading onnx-1.19.0-cp311-cp311-win_amd64.whl (16.5 MB)
---------------------------------------- 16.5/16.5 MB 43.2 MB/s 0:00:00
Downloading protobuf-6.32.1-cp310-abi3-win_amd64.whl (435 kB)
Downloading ml_dtypes-0.5.3-cp311-cp311-win_amd64.whl (206 kB)
Downloading opencv_python_headless-4.11.0.86-cp37-abi3-win_amd64.whl (39.4 MB)
---------------------------------------- 39.4/39.4 MB 49.1 MB/s 0:00:00
Downloading pandas-2.3.3-cp311-cp311-win_amd64.whl (11.3 MB)
---------------------------------------- 11.3/11.3 MB 59.0 MB/s 0:00:00
Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB)
Downloading pytz-2025.2-py2.py3-none-any.whl (509 kB)
Downloading six-1.17.0-py2.py3-none-any.whl (11 kB)
Downloading tzdata-2025.2-py2.py3-none-any.whl (347 kB)
Downloading pillow-11.3.0-cp311-cp311-win_amd64.whl (7.0 MB)
---------------------------------------- 7.0/7.0 MB 61.7 MB/s 0:00:00
Downloading prettytable-3.16.0-py3-none-any.whl (33 kB)
Downloading psutil-7.1.0-cp37-abi3-win_amd64.whl (247 kB)
Downloading py_cpuinfo-9.0.0-py3-none-any.whl (22 kB)
Downloading pycocotools-2.0.10-cp311-cp311-win_amd64.whl (80 kB)
Downloading pydantic-2.11.10-py3-none-any.whl (444 kB)
Downloading pydantic_core-2.33.2-cp311-cp311-win_amd64.whl (2.0 MB)
---------------------------------------- 2.0/2.0 MB 105.7 MB/s 0:00:00
Downloading annotated_types-0.7.0-py3-none-any.whl (13 kB)
Downloading typing_inspection-0.4.2-py3-none-any.whl (14 kB)
Downloading schema-0.7.7-py2.py3-none-any.whl (18 kB)
Downloading scikit_learn-1.7.2-cp311-cp311-win_amd64.whl (8.9 MB)
---------------------------------------- 8.9/8.9 MB 42.5 MB/s 0:00:00
Downloading joblib-1.5.2-py3-none-any.whl (308 kB)
Downloading scipy-1.16.2-cp311-cp311-win_amd64.whl (38.7 MB)
---------------------------------------- 38.7/38.7 MB 51.2 MB/s 0:00:00
Downloading threadpoolctl-3.6.0-py3-none-any.whl (18 kB)
Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
---------------------------------------- 1.2/1.2 MB 62.6 MB/s 0:00:00
Downloading wcwidth-0.2.14-py2.py3-none-any.whl (37 kB)
Downloading xxhash-3.6.0-cp311-cp311-win_amd64.whl (31 kB)
Installing collected packages: schema, pytz, py-cpuinfo, mpmath, xxhash, wrapt, wcwidth, urllib3, tzdata, typing-extensions, threadpoolctl, sympy, six, setuptools, safetensors, regex, pyyaml, pyarrow, psutil, protobuf, propcache, Pillow, packaging, numpy, networkx, multidict, MarkupSafe, joblib, idna, fsspec, frozenlist, filelock, dill, colorama, charset_normalizer, certifi, attrs, annotated-types, aiohappyeyeballs, yarl, typing-inspection, tqdm, scipy, requests, python-dateutil, pydantic-core, pycocotools, prettytable, opencv-python-headless, multiprocess, ml_dtypes, jinja2, deprecated, aiosignal, torch, scikit-learn, pydantic, pandas, onnx, huggingface_hub, aiohttp, tokenizers, neural-compressor, accelerate, transformers, datasets, optimum, optimum-intel
Attempting uninstall: setuptools
Found existing installation: setuptools 78.1.1
Uninstalling setuptools-78.1.1:
Successfully uninstalled setuptools-78.1.1
Successfully installed MarkupSafe-3.0.3 Pillow-11.3.0 accelerate-1.10.1 aiohappyeyeballs-2.6.1 aiohttp-3.12.15 aiosignal-1.4.0 annotated-types-0.7.0 attrs-25.3.0 certifi-2025.8.3 charset_normalizer-3.4.3 colorama-0.4.6 datasets-4.1.1 deprecated-1.2.18 dill-0.4.0 filelock-3.19.1 frozenlist-1.7.0 fsspec-2025.9.0 huggingface_hub-0.35.3 idna-3.10 jinja2-3.1.6 joblib-1.5.2 ml_dtypes-0.5.3 mpmath-1.3.0 multidict-6.6.4 multiprocess-0.70.16 networkx-3.5 neural-compressor-3.5 numpy-1.26.4 onnx-1.19.0 opencv-python-headless-4.11.0.86 optimum-1.27.0 optimum-intel-1.25.2 packaging-25.0 pandas-2.3.3 prettytable-3.16.0 propcache-0.3.2 protobuf-6.32.1 psutil-7.1.0 py-cpuinfo-9.0.0 pyarrow-21.0.0 pycocotools-2.0.10 pydantic-2.11.10 pydantic-core-2.33.2 python-dateutil-2.9.0.post0 pytz-2025.2 pyyaml-6.0.3 regex-2025.9.18 requests-2.32.5 safetensors-0.6.2 schema-0.7.7 scikit-learn-1.7.2 scipy-1.16.2 setuptools-80.9.0 six-1.17.0 sympy-1.14.0 threadpoolctl-3.6.0 tokenizers-0.20.3 torch-2.8.0 tqdm-4.67.1 transformers-4.45.2 typing-extensions-4.15.0 typing-inspection-0.4.2 tzdata-2025.2 urllib3-2.5.0 wcwidth-0.2.14 wrapt-1.17.3 xxhash-3.6.0 yarl-1.20.1

(ibm) C:\openvino\granite-4.0-micro>pip install --upgrade --upgrade-strategy eager "optimum[openvino]"
Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com
Requirement already satisfied: optimum[openvino] in c:\users\uuk\miniconda3\envs\ibm\lib\site-packages (1.27.0)
Requirement already satisfied: transformers>=4.29 in c:\users\uuk\miniconda3\envs\ibm\lib\site-packages (from optimum[openvino]) (4.45.2)
Collecting transformers>=4.29 (from optimum[openvino])
Downloading transformers-4.57.0-py3-none-any.whl.metadata (41 kB)
Requirement already satisfied: torch>=1.11 in c:\users\uuk\miniconda3\envs\ibm\lib\site-packages (from optimum[openvino]) (2.8.0)
Requirement already satisfied: packaging in c:\users\uuk\miniconda3\envs\ibm\lib\site-packages (from optimum[openvino]) (25.0)
Requirement already satisfied: numpy in c:\users\uuk\miniconda3\envs\ibm\lib\site-packages (from optimum[openvino]) (1.26.4)
Collecting numpy (from optimum[openvino])
Downloading numpy-2.3.3-cp311-cp311-win_amd64.whl.metadata (60 kB)
Requirement already satisfied: huggingface_hub>=0.8.0 in c:\users\uuk\miniconda3\envs\ibm\lib\site-packages (from optimum[openvino]) (0.35.3)
Requirement already satisfied: optimum-intel>=1.23.0 in c:\users\uuk\miniconda3\envs\ibm\lib\site-packages (from optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino]) (1.25.2)
Requirement already satisfied: filelock in c:\users\uuk\miniconda3\envs\ibm\lib\site-packages (from huggingface_hub>=0.8.0->optimum[openvino]) (3.19.1)
Requirement already satisfied: fsspec>=2023.5.0 in c:\users\uuk\miniconda3\envs\ibm\lib\site-packages (from huggingface_hub>=0.8.0->optimum[openvino]) (2025.9.0)
Requirement already satisfied: pyyaml>=5.1 in c:\users\uuk\miniconda3\envs\ibm\lib\site-packages (from huggingface_hub>=0.8.0->optimum[openvino]) (6.0.3)
Requirement already satisfied: requests in c:\users\uuk\miniconda3\envs\ibm\lib\site-packages (from huggingface_hub>=0.8.0->optimum[openvino]) (2.32.5)
Requirement already satisfied: tqdm>=4.42.1 in c:\users\uuk\miniconda3\envs\ibm\lib\site-packages (from huggingface_hub>=0.8.0->optimum[openvino]) (4.67.1)
Requirement already satisfied: typing-extensions>=3.7.4.3 in c:\users\uuk\miniconda3\envs\ibm\lib\site-packages (from huggingface_hub>=0.8.0->optimum[openvino]) (4.15.0)
Collecting transformers>=4.29 (from optimum[openvino])
Downloading transformers-4.53.3-py3-none-any.whl.metadata (40 kB)
Requirement already satisfied: datasets>=1.4.0 in c:\users\uuk\miniconda3\envs\ibm\lib\site-packages (from optimum-intel>=1.23.0->optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino]) (4.1.1)
Requirement already satisfied: setuptools in c:\users\uuk\miniconda3\envs\ibm\lib\site-packages (from optimum-intel>=1.23.0->optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino]) (80.9.0)
Requirement already satisfied: scipy in c:\users\uuk\miniconda3\envs\ibm\lib\site-packages (from optimum-intel>=1.23.0->optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino]) (1.16.2)
Requirement already satisfied: onnx in c:\users\uuk\miniconda3\envs\ibm\lib\site-packages (from optimum-intel>=1.23.0->optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino]) (1.19.0)
Requirement already satisfied: regex!=2019.12.17 in c:\users\uuk\miniconda3\envs\ibm\lib\site-packages (from transformers>=4.29->optimum[openvino]) (2025.9.18)
Collecting tokenizers<0.22,>=0.21 (from transformers>=4.29->optimum[openvino])
Downloading tokenizers-0.21.4-cp39-abi3-win_amd64.whl.metadata (6.9 kB)
Requirement already satisfied: safetensors>=0.4.3 in c:\users\uuk\miniconda3\envs\ibm\lib\site-packages (from transformers>=4.29->optimum[openvino]) (0.6.2)
Requirement already satisfied: pyarrow>=21.0.0 in c:\users\uuk\miniconda3\envs\ibm\lib\site-packages (from datasets>=1.4.0->optimum-intel>=1.23.0->optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino]) (21.0.0)
Requirement already satisfied: dill<0.4.1,>=0.3.0 in c:\users\uuk\miniconda3\envs\ibm\lib\site-packages (from datasets>=1.4.0->optimum-intel>=1.23.0->optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino]) (0.4.0)
Requirement already satisfied: pandas in c:\users\uuk\miniconda3\envs\ibm\lib\site-packages (from datasets>=1.4.0->optimum-intel>=1.23.0->optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino]) (2.3.3)
Requirement already satisfied: xxhash in c:\users\uuk\miniconda3\envs\ibm\lib\site-packages (from datasets>=1.4.0->optimum-intel>=1.23.0->optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino]) (3.6.0)
Requirement already satisfied: multiprocess<0.70.17 in c:\users\uuk\miniconda3\envs\ibm\lib\site-packages (from datasets>=1.4.0->optimum-intel>=1.23.0->optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino]) (0.70.16)
Requirement already satisfied: aiohttp!=4.0.0a0,!=4.0.0a1 in c:\users\uuk\miniconda3\envs\ibm\lib\site-packages (from fsspec[http]<=2025.9.0,>=2023.1.0->datasets>=1.4.0->optimum-intel>=1.23.0->optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino]) (3.12.15)
Requirement already satisfied: aiohappyeyeballs>=2.5.0 in c:\users\uuk\miniconda3\envs\ibm\lib\site-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.9.0,>=2023.1.0->datasets>=1.4.0->optimum-intel>=1.23.0->optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino]) (2.6.1)
Requirement already satisfied: aiosignal>=1.4.0 in c:\users\uuk\miniconda3\envs\ibm\lib\site-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.9.0,>=2023.1.0->datasets>=1.4.0->optimum-intel>=1.23.0->optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino]) (1.4.0)
Requirement already satisfied: attrs>=17.3.0 in c:\users\uuk\miniconda3\envs\ibm\lib\site-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.9.0,>=2023.1.0->datasets>=1.4.0->optimum-intel>=1.23.0->optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino]) (25.3.0)
Requirement already satisfied: frozenlist>=1.1.1 in c:\users\uuk\miniconda3\envs\ibm\lib\site-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.9.0,>=2023.1.0->datasets>=1.4.0->optimum-intel>=1.23.0->optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino]) (1.7.0)
Requirement already satisfied: multidict<7.0,>=4.5 in c:\users\uuk\miniconda3\envs\ibm\lib\site-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.9.0,>=2023.1.0->datasets>=1.4.0->optimum-intel>=1.23.0->optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino]) (6.6.4)
Requirement already satisfied: propcache>=0.2.0 in c:\users\uuk\miniconda3\envs\ibm\lib\site-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.9.0,>=2023.1.0->datasets>=1.4.0->optimum-intel>=1.23.0->optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino]) (0.3.2)
Requirement already satisfied: yarl<2.0,>=1.17.0 in c:\users\uuk\miniconda3\envs\ibm\lib\site-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.9.0,>=2023.1.0->datasets>=1.4.0->optimum-intel>=1.23.0->optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino]) (1.20.1)
Requirement already satisfied: idna>=2.0 in c:\users\uuk\miniconda3\envs\ibm\lib\site-packages (from yarl<2.0,>=1.17.0->aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.9.0,>=2023.1.0->datasets>=1.4.0->optimum-intel>=1.23.0->optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino]) (3.10)
Collecting nncf>=2.16.0 (from optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino])
Downloading nncf-2.18.0-py3-none-any.whl.metadata (11 kB)
Collecting openvino>=2025.1.0 (from optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino])
Downloading openvino-2025.3.0-19807-cp311-cp311-win_amd64.whl.metadata (13 kB)
Collecting openvino-tokenizers>=2025.1.0 (from optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino])
Downloading openvino_tokenizers-2025.3.0.0-py3-none-win_amd64.whl.metadata (29 kB)
Collecting jsonschema>=3.2.0 (from nncf>=2.16.0->optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino])
Downloading jsonschema-4.25.1-py3-none-any.whl.metadata (7.6 kB)
Collecting natsort>=7.1.0 (from nncf>=2.16.0->optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino])
Downloading natsort-8.4.0-py3-none-any.whl.metadata (21 kB)
Collecting networkx<3.5.0,>=2.6 (from nncf>=2.16.0->optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino])
Downloading networkx-3.4.2-py3-none-any.whl.metadata (6.3 kB)
Collecting ninja<1.14,>=1.10.0.post2 (from nncf>=2.16.0->optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino])
Downloading ninja-1.13.0-py3-none-win_amd64.whl.metadata (5.1 kB)
Collecting numpy (from optimum[openvino])
Downloading numpy-2.2.6-cp311-cp311-win_amd64.whl.metadata (60 kB)
Collecting openvino-telemetry>=2023.2.0 (from nncf>=2.16.0->optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino])
Downloading openvino_telemetry-2025.2.0-py3-none-any.whl.metadata (2.3 kB)
Requirement already satisfied: psutil in c:\users\uuk\miniconda3\envs\ibm\lib\site-packages (from nncf>=2.16.0->optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino]) (7.1.0)
Collecting pydot<=3.0.4,>=1.4.1 (from nncf>=2.16.0->optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino])
Downloading pydot-3.0.4-py3-none-any.whl.metadata (10 kB)
Collecting pymoo>=0.6.0.1 (from nncf>=2.16.0->optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino])
Downloading pymoo-0.6.1.5-cp311-cp311-win_amd64.whl.metadata (5.2 kB)
Collecting rich>=13.5.2 (from nncf>=2.16.0->optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino])
Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
Requirement already satisfied: scikit-learn>=0.24.0 in c:\users\uuk\miniconda3\envs\ibm\lib\site-packages (from nncf>=2.16.0->optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino]) (1.7.2)
Collecting tabulate>=0.9.0 (from nncf>=2.16.0->optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino])
Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB)
Requirement already satisfied: python-dateutil>=2.8.2 in c:\users\uuk\miniconda3\envs\ibm\lib\site-packages (from pandas->datasets>=1.4.0->optimum-intel>=1.23.0->optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino]) (2.9.0.post0)
Requirement already satisfied: pytz>=2020.1 in c:\users\uuk\miniconda3\envs\ibm\lib\site-packages (from pandas->datasets>=1.4.0->optimum-intel>=1.23.0->optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino]) (2025.2)
Requirement already satisfied: tzdata>=2022.7 in c:\users\uuk\miniconda3\envs\ibm\lib\site-packages (from pandas->datasets>=1.4.0->optimum-intel>=1.23.0->optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino]) (2025.2)
Collecting pyparsing>=3.0.9 (from pydot<=3.0.4,>=1.4.1->nncf>=2.16.0->optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino])
Downloading pyparsing-3.2.5-py3-none-any.whl.metadata (5.0 kB)
Collecting jsonschema-specifications>=2023.03.6 (from jsonschema>=3.2.0->nncf>=2.16.0->optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino])
Downloading jsonschema_specifications-2025.9.1-py3-none-any.whl.metadata (2.9 kB)
Collecting referencing>=0.28.4 (from jsonschema>=3.2.0->nncf>=2.16.0->optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino])
Downloading referencing-0.36.2-py3-none-any.whl.metadata (2.8 kB)
Collecting rpds-py>=0.7.1 (from jsonschema>=3.2.0->nncf>=2.16.0->optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino])
Downloading rpds_py-0.27.1-cp311-cp311-win_amd64.whl.metadata (4.3 kB)
Collecting matplotlib>=3 (from pymoo>=0.6.0.1->nncf>=2.16.0->optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino])
Downloading matplotlib-3.10.6-cp311-cp311-win_amd64.whl.metadata (11 kB)
Collecting autograd>=1.4 (from pymoo>=0.6.0.1->nncf>=2.16.0->optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino])
Downloading autograd-1.8.0-py3-none-any.whl.metadata (7.5 kB)
Collecting cma>=3.2.2 (from pymoo>=0.6.0.1->nncf>=2.16.0->optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino])
Downloading cma-4.4.0-py3-none-any.whl.metadata (8.7 kB)
Collecting alive-progress (from pymoo>=0.6.0.1->nncf>=2.16.0->optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino])
Downloading alive_progress-3.3.0-py3-none-any.whl.metadata (72 kB)
Requirement already satisfied: Deprecated in c:\users\uuk\miniconda3\envs\ibm\lib\site-packages (from pymoo>=0.6.0.1->nncf>=2.16.0->optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino]) (1.2.18)
Collecting contourpy>=1.0.1 (from matplotlib>=3->pymoo>=0.6.0.1->nncf>=2.16.0->optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino])
Downloading contourpy-1.3.3-cp311-cp311-win_amd64.whl.metadata (5.5 kB)
Collecting cycler>=0.10 (from matplotlib>=3->pymoo>=0.6.0.1->nncf>=2.16.0->optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino])
Downloading cycler-0.12.1-py3-none-any.whl.metadata (3.8 kB)
Collecting fonttools>=4.22.0 (from matplotlib>=3->pymoo>=0.6.0.1->nncf>=2.16.0->optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino])
Downloading fonttools-4.60.1-cp311-cp311-win_amd64.whl.metadata (114 kB)
Collecting kiwisolver>=1.3.1 (from matplotlib>=3->pymoo>=0.6.0.1->nncf>=2.16.0->optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino])
Downloading kiwisolver-1.4.9-cp311-cp311-win_amd64.whl.metadata (6.4 kB)
Requirement already satisfied: pillow>=8 in c:\users\uuk\miniconda3\envs\ibm\lib\site-packages (from matplotlib>=3->pymoo>=0.6.0.1->nncf>=2.16.0->optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino]) (11.3.0)
Requirement already satisfied: six>=1.5 in c:\users\uuk\miniconda3\envs\ibm\lib\site-packages (from python-dateutil>=2.8.2->pandas->datasets>=1.4.0->optimum-intel>=1.23.0->optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino]) (1.17.0)
Requirement already satisfied: charset_normalizer<4,>=2 in c:\users\uuk\miniconda3\envs\ibm\lib\site-packages (from requests->huggingface_hub>=0.8.0->optimum[openvino]) (3.4.3)
Requirement already satisfied: urllib3<3,>=1.21.1 in c:\users\uuk\miniconda3\envs\ibm\lib\site-packages (from requests->huggingface_hub>=0.8.0->optimum[openvino]) (2.5.0)
Requirement already satisfied: certifi>=2017.4.17 in c:\users\uuk\miniconda3\envs\ibm\lib\site-packages (from requests->huggingface_hub>=0.8.0->optimum[openvino]) (2025.8.3)
Collecting markdown-it-py>=2.2.0 (from rich>=13.5.2->nncf>=2.16.0->optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino])
Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
Collecting pygments<3.0.0,>=2.13.0 (from rich>=13.5.2->nncf>=2.16.0->optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino])
Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=13.5.2->nncf>=2.16.0->optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino])
Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
Requirement already satisfied: joblib>=1.2.0 in c:\users\uuk\miniconda3\envs\ibm\lib\site-packages (from scikit-learn>=0.24.0->nncf>=2.16.0->optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino]) (1.5.2)
Requirement already satisfied: threadpoolctl>=3.1.0 in c:\users\uuk\miniconda3\envs\ibm\lib\site-packages (from scikit-learn>=0.24.0->nncf>=2.16.0->optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino]) (3.6.0)
Requirement already satisfied: sympy>=1.13.3 in c:\users\uuk\miniconda3\envs\ibm\lib\site-packages (from torch>=1.11->optimum[openvino]) (1.14.0)
Requirement already satisfied: jinja2 in c:\users\uuk\miniconda3\envs\ibm\lib\site-packages (from torch>=1.11->optimum[openvino]) (3.1.6)
Requirement already satisfied: mpmath<1.4,>=1.1.0 in c:\users\uuk\miniconda3\envs\ibm\lib\site-packages (from sympy>=1.13.3->torch>=1.11->optimum[openvino]) (1.3.0)
Requirement already satisfied: colorama in c:\users\uuk\miniconda3\envs\ibm\lib\site-packages (from tqdm>=4.42.1->huggingface_hub>=0.8.0->optimum[openvino]) (0.4.6)
Collecting about-time==4.2.1 (from alive-progress->pymoo>=0.6.0.1->nncf>=2.16.0->optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino])
Downloading about_time-4.2.1-py3-none-any.whl.metadata (13 kB)
Collecting graphemeu==0.7.2 (from alive-progress->pymoo>=0.6.0.1->nncf>=2.16.0->optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino])
Downloading graphemeu-0.7.2-py3-none-any.whl.metadata (7.8 kB)
Requirement already satisfied: wrapt<2,>=1.10 in c:\users\uuk\miniconda3\envs\ibm\lib\site-packages (from Deprecated->pymoo>=0.6.0.1->nncf>=2.16.0->optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino]) (1.17.3)
Requirement already satisfied: MarkupSafe>=2.0 in c:\users\uuk\miniconda3\envs\ibm\lib\site-packages (from jinja2->torch>=1.11->optimum[openvino]) (3.0.3)
Requirement already satisfied: protobuf>=4.25.1 in c:\users\uuk\miniconda3\envs\ibm\lib\site-packages (from onnx->optimum-intel>=1.23.0->optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino]) (6.32.1)
Requirement already satisfied: ml_dtypes in c:\users\uuk\miniconda3\envs\ibm\lib\site-packages (from onnx->optimum-intel>=1.23.0->optimum-intel[openvino]>=1.23.0; extra == "openvino"->optimum[openvino]) (0.5.3)
Downloading transformers-4.53.3-py3-none-any.whl (10.8 MB)
---------------------------------------- 10.8/10.8 MB 33.8 MB/s 0:00:00
Downloading tokenizers-0.21.4-cp39-abi3-win_amd64.whl (2.5 MB)
---------------------------------------- 2.5/2.5 MB 149.7 MB/s 0:00:00
Downloading nncf-2.18.0-py3-none-any.whl (1.5 MB)
---------------------------------------- 1.5/1.5 MB 74.4 MB/s 0:00:00
Downloading networkx-3.4.2-py3-none-any.whl (1.7 MB)
---------------------------------------- 1.7/1.7 MB 91.3 MB/s 0:00:00
Downloading ninja-1.13.0-py3-none-win_amd64.whl (309 kB)
Downloading numpy-2.2.6-cp311-cp311-win_amd64.whl (12.9 MB)
---------------------------------------- 12.9/12.9 MB 50.6 MB/s 0:00:00
Downloading pydot-3.0.4-py3-none-any.whl (35 kB)
Downloading jsonschema-4.25.1-py3-none-any.whl (90 kB)
Downloading jsonschema_specifications-2025.9.1-py3-none-any.whl (18 kB)
Downloading natsort-8.4.0-py3-none-any.whl (38 kB)
Downloading openvino-2025.3.0-19807-cp311-cp311-win_amd64.whl (40.6 MB)
---------------------------------------- 40.6/40.6 MB 11.1 MB/s 0:00:03
Downloading openvino_telemetry-2025.2.0-py3-none-any.whl (25 kB)
Downloading openvino_tokenizers-2025.3.0.0-py3-none-win_amd64.whl (14.1 MB)
---------------------------------------- 14.1/14.1 MB 63.1 MB/s 0:00:00
Downloading pymoo-0.6.1.5-cp311-cp311-win_amd64.whl (2.0 MB)
---------------------------------------- 2.0/2.0 MB 18.8 MB/s 0:00:00
Downloading autograd-1.8.0-py3-none-any.whl (51 kB)
Downloading cma-4.4.0-py3-none-any.whl (303 kB)
Downloading matplotlib-3.10.6-cp311-cp311-win_amd64.whl (8.1 MB)
---------------------------------------- 8.1/8.1 MB 45.7 MB/s 0:00:00
Downloading contourpy-1.3.3-cp311-cp311-win_amd64.whl (225 kB)
Downloading cycler-0.12.1-py3-none-any.whl (8.3 kB)
Downloading fonttools-4.60.1-cp311-cp311-win_amd64.whl (2.3 MB)
---------------------------------------- 2.3/2.3 MB 65.0 MB/s 0:00:00
Downloading kiwisolver-1.4.9-cp311-cp311-win_amd64.whl (73 kB)
Downloading pyparsing-3.2.5-py3-none-any.whl (113 kB)
Downloading referencing-0.36.2-py3-none-any.whl (26 kB)
Downloading rich-14.1.0-py3-none-any.whl (243 kB)
Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
---------------------------------------- 1.2/1.2 MB 64.2 MB/s 0:00:00
Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
Downloading rpds_py-0.27.1-cp311-cp311-win_amd64.whl (228 kB)
Downloading tabulate-0.9.0-py3-none-any.whl (35 kB)
Downloading alive_progress-3.3.0-py3-none-any.whl (78 kB)
Downloading about_time-4.2.1-py3-none-any.whl (13 kB)
Downloading graphemeu-0.7.2-py3-none-any.whl (22 kB)
Installing collected packages: openvino-telemetry, tabulate, rpds-py, pyparsing, pygments, numpy, ninja, networkx, natsort, mdurl, kiwisolver, graphemeu, fonttools, cycler, about-time, referencing, pydot, openvino, markdown-it-py, contourpy, cma, autograd, alive-progress, tokenizers, rich, openvino-tokenizers, matplotlib, jsonschema-specifications, transformers, pymoo, jsonschema, nncf
Attempting uninstall: numpy
Found existing installation: numpy 1.26.4
Uninstalling numpy-1.26.4:
Successfully uninstalled numpy-1.26.4
Attempting uninstall: networkx
Found existing installation: networkx 3.5
Uninstalling networkx-3.5:
Successfully uninstalled networkx-3.5
Attempting uninstall: tokenizers
Found existing installation: tokenizers 0.20.3
Uninstalling tokenizers-0.20.3:
Successfully uninstalled tokenizers-0.20.3
Attempting uninstall: transformers
Found existing installation: transformers 4.45.2
Uninstalling transformers-4.45.2:
Successfully uninstalled transformers-4.45.2
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
neural-compressor 3.5 requires numpy<2.0, but you have numpy 2.2.6 which is incompatible.
Successfully installed about-time-4.2.1 alive-progress-3.3.0 autograd-1.8.0 cma-4.4.0 contourpy-1.3.3 cycler-0.12.1 fonttools-4.60.1 graphemeu-0.7.2 jsonschema-4.25.1 jsonschema-specifications-2025.9.1 kiwisolver-1.4.9 markdown-it-py-4.0.0 matplotlib-3.10.6 mdurl-0.1.2 natsort-8.4.0 networkx-3.4.2 ninja-1.13.0 nncf-2.18.0 numpy-2.2.6 openvino-2025.3.0 openvino-telemetry-2025.2.0 openvino-tokenizers-2025.3.0.0 pydot-3.0.4 pygments-2.19.2 pymoo-0.6.1.5 pyparsing-3.2.5 referencing-0.36.2 rich-14.1.0 rpds-py-0.27.1 tabulate-0.9.0 tokenizers-0.21.4 transformers-4.53.3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions