Skip to content

Commit cd824cf

Browse files
author
Tyler Titsworth
authored
Open Up XPU Conda Reqs (#330)
Signed-off-by: tylertitsworth <tyler.titsworth@intel.com> Signed-off-by: Tyler Titsworth <tyler.titsworth@intel.com>
1 parent 18f2760 commit cd824cf

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

pytorch/xpu-requirements.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ intel_extension_for_pytorch==2.1.40+xpu
55
oneccl_bind_pt==2.1.400+xpu
66
--extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us
77
setuptools==69.5.1
8-
numpy==1.26.4
9-
idna==3.7
10-
requests==2.32.0
11-
tqdm==4.66.3
12-
urllib3==2.2.2
8+
numpy>=1.26.4
9+
idna>=3.7
10+
requests>=2.32.0
11+
tqdm>=4.66.3
12+
urllib3>=2.2.2

tensorflow/xpu-requirements.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
tensorflow==2.15.0
22
intel-extension-for-tensorflow[xpu]==2.15.0.1
3-
idna==3.7
4-
requests==2.32.0
5-
tqdm==4.66.3
6-
urllib3==2.2.2
3+
idna>=3.7
4+
requests>=2.32.0
5+
tqdm>=4.66.3
6+
urllib3>=2.2.2

0 commit comments

Comments
 (0)