Skip to content
This repository was archived by the owner on May 8, 2024. It is now read-only.

Commit 14ec072

Browse files
authored
Merge pull request #2 from oneapi-src/main-upstream
Aitools202410 (#6)
2 parents b9f0efa + f63adcc commit 14ec072

2 files changed

Lines changed: 14 additions & 12 deletions

File tree

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -175,12 +175,14 @@ During this setup, `fluid_dynamics_intel` conda environment will be created with
175175
| **YAML file Package** | **Version** |
176176
| --------------------- | ----------- |
177177
| python | 3.9 |
178-
| intel-aikit-tensorflow | 2024.0.2 |
179-
| intelpython3_core | 2024.0.0 |
180-
| neural-compressor | 2.3.1 |
181-
| tensorFlow | 2.14.0 |
182-
| matplotlib | 3.1.2 |
183-
| gdown | 4.6.0 |
178+
| intel-aikit-tensorflow | 2024.1.0 |
179+
| intelpython3_core | 2024.1.0 |
180+
| neural-compressor | 2.4.1 |
181+
| tensorflow | 2.15.0 |
182+
| matplotlib | 3.8.4 |
183+
| gdown | 5.1.0 |
184+
| werkzeug | 3.0.2 |
185+
| pillow | 10.3.0 |
184186

185187
### Download the Datasets
186188

env/intel_env.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ channels:
44
- conda-forge
55
dependencies:
66
- python=3.9
7-
- intel-aikit-tensorflow==2024.0.2
8-
- intelpython3_core==2024.0.0
9-
- matplotlib==3.1.2
10-
- gdown==4.6.0
11-
- pillow==10.2.0
12-
- werkzeug==3.0.1
7+
- intel-aikit-tensorflow=2024.1.0
8+
- intelpython3_core=2024.1.0
9+
- matplotlib=3.8.4
10+
- gdown=5.1.0
11+
- pillow=10.3.0
12+
- werkzeug=3.0.2

0 commit comments

Comments
 (0)