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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: agi-core
3
- Version: 2025.12.19
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==2025.12.19
21
- Requires-Dist: agi-env==2025.12.19
22
- Requires-Dist: agi-node==2025.12.19
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
- [![PyPI version](https://img.shields.io/badge/PyPI-2025.12.19.post1-informational?logo=pypi)](https://pypi.org/project/agi-core)
25
+ [![PyPI version](https://img.shields.io/badge/PyPI-2025.12.19-informational?logo=pypi)](https://pypi.org/project/agi-core)
26
26
  [![Supported Python Versions](https://img.shields.io/pypi/pyversions/agilab.svg)](https://pypi.org/project/agilab/)
27
27
  [![License: BSD 3-Clause](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
28
28
  [![pypi_dl](https://img.shields.io/pypi/dm/agilab)]()
@@ -1,4 +1,4 @@
1
- [![PyPI version](https://img.shields.io/badge/PyPI-2025.12.19.post1-informational?logo=pypi)](https://pypi.org/project/agi-core)
1
+ [![PyPI version](https://img.shields.io/badge/PyPI-2025.12.19-informational?logo=pypi)](https://pypi.org/project/agi-core)
2
2
  [![Supported Python Versions](https://img.shields.io/pypi/pyversions/agilab.svg)](https://pypi.org/project/agilab/)
3
3
  [![License: BSD 3-Clause](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
4
4
  [![pypi_dl](https://img.shields.io/pypi/dm/agilab)]()
@@ -1,5 +1,5 @@
1
1
  [project]
2
- version = "2025.12.19"
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==2025.12.19", "agi-node==2025.12.19", "agi-cluster==2025.12.19"]
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