agi-core 2025.12.19__tar.gz → 2026.2.6__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {agi_core-2025.12.19 → agi_core-2026.2.6}/PKG-INFO +5 -5
- {agi_core-2025.12.19 → agi_core-2026.2.6}/README.md +1 -1
- {agi_core-2025.12.19 → agi_core-2026.2.6}/pyproject.toml +4 -2
- {agi_core-2025.12.19 → agi_core-2026.2.6}/.gitignore +0 -0
- {agi_core-2025.12.19 → agi_core-2026.2.6}/LICENSE +0 -0
- {agi_core-2025.12.19 → agi_core-2026.2.6}/src/agi_core/__init__.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agi-core
|
|
3
|
-
Version:
|
|
3
|
+
Version: 2026.2.6
|
|
4
4
|
Summary: AGI meta-package that installs agi-env, agi-node, and agi-cluster
|
|
5
5
|
Project-URL: Homepage, https://github.com/ThalesGroup/agilab
|
|
6
6
|
Project-URL: Issues, https://github.com/ThalesGroup/agilab/issues
|
|
@@ -17,12 +17,12 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.12
|
|
18
18
|
Classifier: Programming Language :: Python :: 3.13
|
|
19
19
|
Requires-Python: >=3.11
|
|
20
|
-
Requires-Dist: agi-cluster==
|
|
21
|
-
Requires-Dist: agi-env==
|
|
22
|
-
Requires-Dist: agi-node==
|
|
20
|
+
Requires-Dist: agi-cluster==2026.02.06
|
|
21
|
+
Requires-Dist: agi-env==2026.02.06
|
|
22
|
+
Requires-Dist: agi-node==2026.02.06
|
|
23
23
|
Description-Content-Type: text/markdown
|
|
24
24
|
|
|
25
|
-
[](https://pypi.org/project/agi-core)
|
|
26
26
|
[](https://pypi.org/project/agilab/)
|
|
27
27
|
[](https://opensource.org/licenses/BSD-3-Clause)
|
|
28
28
|
[]()
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[](https://pypi.org/project/agi-core)
|
|
2
2
|
[](https://pypi.org/project/agilab/)
|
|
3
3
|
[](https://opensource.org/licenses/BSD-3-Clause)
|
|
4
4
|
[]()
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
[project]
|
|
2
|
-
version = "
|
|
2
|
+
version = "2026.02.06"
|
|
3
3
|
name = "agi-core"
|
|
4
4
|
description = "AGI meta-package that installs agi-env, agi-node, and agi-cluster"
|
|
5
5
|
readme = "README.md"
|
|
@@ -16,7 +16,7 @@ classifiers = [
|
|
|
16
16
|
"Operating System :: Microsoft :: Windows",
|
|
17
17
|
"Operating System :: POSIX :: Linux",
|
|
18
18
|
]
|
|
19
|
-
dependencies = ["agi-env==
|
|
19
|
+
dependencies = ["agi-env==2026.02.06", "agi-node==2026.02.06", "agi-cluster==2026.02.06"]
|
|
20
20
|
|
|
21
21
|
[project.urls]
|
|
22
22
|
Homepage = "https://github.com/ThalesGroup/agilab"
|
|
@@ -132,6 +132,8 @@ Documentation = "https://thalesgroup.github.io/agilab"
|
|
|
132
132
|
|
|
133
133
|
|
|
134
134
|
|
|
135
|
+
|
|
136
|
+
|
|
135
137
|
|
|
136
138
|
|
|
137
139
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|