<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re:Incompatible numpy and scipy versions in the Intel channel in Intel® Distribution for Python*</title>
    <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Incompatible-numpy-and-scipy-versions-in-the-Intel-channel/m-p/1483738#M2032</link>
    <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Thanks for sharing. These Scipy and Numpy are optimized with mkl. And in general, mkl optimized libraries have to make sure that&lt;SPAN style="font-size: 16px; font-family: intel-clear;"&gt; other components especially for GPU part(&lt;/SPAN&gt;&lt;SPAN style="font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, system-ui, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Web&amp;quot;, sans-serif;"&gt;like dppn, dpctl, and numba-dpex)&lt;/SPAN&gt;&lt;SPAN style="font-size: 16px; font-family: intel-clear;"&gt;&amp;nbsp;of Intel Distribution for Python are compatible with each other. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;And this warning and compatibility is there in official Scipy docs. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;This is just a warning. If they are in the Intel channel, they are tested and part of Intel Distribution of Python. We'll check more and confirm the Latest Scipy version release plan. &lt;/P&gt;&lt;P&gt;Please feel free to share if there is any issue apart from the warning.&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Sat, 06 May 2023 17:18:32 GMT</pubDate>
    <dc:creator>Aditya18</dc:creator>
    <dc:date>2023-05-06T17:18:32Z</dc:date>
    <item>
      <title>Incompatible numpy and scipy versions in the Intel channel</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Incompatible-numpy-and-scipy-versions-in-the-Intel-channel/m-p/1482452#M2026</link>
      <description>&lt;PRE&gt;&lt;SPAN&gt;$ conda list 'numpy|scipy' &lt;BR /&gt;# packages in environment at /opt/anaconda/envs/scipy39-intel: &lt;BR /&gt;# &lt;BR /&gt;# Name &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Version &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Build &amp;nbsp;Channel &lt;BR /&gt;numpy &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;1.23.5 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;py39h52df89b_7 &amp;nbsp;&amp;nbsp;&amp;nbsp;intel &lt;BR /&gt;numpy-base &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;1.23.5 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;py39ha03f565_7 &amp;nbsp;&amp;nbsp;&amp;nbsp;intel &lt;BR /&gt;numpydoc &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;1.5.0 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;py39h06a4308_0 &amp;nbsp;&amp;nbsp; main &lt;BR /&gt;scipy &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;1.7.3 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;py39h4ca98da_8 &amp;nbsp;&amp;nbsp;&amp;nbsp;intel&lt;BR /&gt;$ python -c 'import scipy' &lt;BR /&gt;/opt/anaconda/envs/scipy39-intel/lib/python3.9/site-packages/scipy/__init__.py:146: UserWarning: A&lt;BR /&gt;NumPy version &amp;gt;=1.16.5 and &amp;lt;1.23.0 is required for this version of SciPy (detected version 1.23.5 &lt;BR /&gt;&amp;nbsp;warnings.warn(f"A NumPy version &amp;gt;={np_minversion} and &amp;lt;{np_maxversion}"&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;There doesn't appear to be a newer scipy than 1.7.3 in the intel channel.&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2023 21:36:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Incompatible-numpy-and-scipy-versions-in-the-Intel-channel/m-p/1482452#M2026</guid>
      <dc:creator>Orion_P_</dc:creator>
      <dc:date>2023-05-02T21:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: Incompatible numpy and scipy versions in the Intel channel</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Incompatible-numpy-and-scipy-versions-in-the-Intel-channel/m-p/1482953#M2030</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for posting in Intel communities.&lt;/P&gt;
&lt;P&gt;Thanks for reporting this issue. We were able to reproduce it and we have informed the concerned team about it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2023 06:02:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Incompatible-numpy-and-scipy-versions-in-the-Intel-channel/m-p/1482953#M2030</guid>
      <dc:creator>Rahila_T_Intel</dc:creator>
      <dc:date>2023-05-04T06:02:45Z</dc:date>
    </item>
    <item>
      <title>Re:Incompatible numpy and scipy versions in the Intel channel</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Incompatible-numpy-and-scipy-versions-in-the-Intel-channel/m-p/1483738#M2032</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Thanks for sharing. These Scipy and Numpy are optimized with mkl. And in general, mkl optimized libraries have to make sure that&lt;SPAN style="font-size: 16px; font-family: intel-clear;"&gt; other components especially for GPU part(&lt;/SPAN&gt;&lt;SPAN style="font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, system-ui, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Web&amp;quot;, sans-serif;"&gt;like dppn, dpctl, and numba-dpex)&lt;/SPAN&gt;&lt;SPAN style="font-size: 16px; font-family: intel-clear;"&gt;&amp;nbsp;of Intel Distribution for Python are compatible with each other. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;And this warning and compatibility is there in official Scipy docs. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;This is just a warning. If they are in the Intel channel, they are tested and part of Intel Distribution of Python. We'll check more and confirm the Latest Scipy version release plan. &lt;/P&gt;&lt;P&gt;Please feel free to share if there is any issue apart from the warning.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 06 May 2023 17:18:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Incompatible-numpy-and-scipy-versions-in-the-Intel-channel/m-p/1483738#M2032</guid>
      <dc:creator>Aditya18</dc:creator>
      <dc:date>2023-05-06T17:18:32Z</dc:date>
    </item>
  </channel>
</rss>

