We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 262b82b commit 36fb14fCopy full SHA for 36fb14f
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Change Log
2
3
-## [Unreleased]
+## [1.0.0 Unreleased]
4
5
### Summary
6
pyproject.toml
@@ -7,14 +7,14 @@ build-backend = "setuptools.build_meta"
7
8
[project]
9
name = "openvino_xai"
10
-version = "0.0.1"
+version = "1.0.0rc0"
11
dependencies = [
12
- "openvino-dev>=2023.2",
+ "openvino-dev==2023.2",
13
"opencv-python",
14
"numpy",
15
"tqdm",
16
]
17
-requires-python = ">=3.9"
+requires-python = ">=3.10"
18
authors = [
19
{name = "Intel(R) Corporation"},
20
0 commit comments