nkia-ai-dependency 1.0.4__tar.gz → 1.0.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
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: nkia-ai-dependency
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.6
|
|
4
4
|
Summary: NKIA AI Shared Dependency
|
|
5
5
|
Author: hjyang
|
|
6
6
|
Author-email: hjyang@nkia.co.kr
|
|
@@ -9,6 +9,8 @@ Classifier: Programming Language :: Python :: 3
|
|
|
9
9
|
Classifier: Programming Language :: Python :: 3.10
|
|
10
10
|
Classifier: Programming Language :: Python :: 3.11
|
|
11
11
|
Classifier: Programming Language :: Python :: 3.12
|
|
12
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
12
14
|
Provides-Extra: all
|
|
13
15
|
Provides-Extra: deploy
|
|
14
16
|
Provides-Extra: loganomaly
|
|
@@ -16,12 +18,12 @@ Provides-Extra: metricanomaly
|
|
|
16
18
|
Provides-Extra: processrca
|
|
17
19
|
Provides-Extra: staticthreshold
|
|
18
20
|
Provides-Extra: threcommender
|
|
19
|
-
Requires-Dist: aiohttp (
|
|
21
|
+
Requires-Dist: aiohttp (>=3.9.3,<4.0.0) ; extra == "deploy" or extra == "all"
|
|
20
22
|
Requires-Dist: cassandra-driver (==3.29.0) ; extra == "deploy" or extra == "all"
|
|
21
23
|
Requires-Dist: datefinder (==0.7.3) ; extra == "loganomaly" or extra == "all"
|
|
22
24
|
Requires-Dist: elasticsearch (==7.15.1) ; extra == "deploy" or extra == "loganomaly" or extra == "all"
|
|
23
|
-
Requires-Dist: fastapi (
|
|
24
|
-
Requires-Dist: gunicorn (
|
|
25
|
+
Requires-Dist: fastapi (>=0.109.2,<1.0.0) ; extra == "deploy" or extra == "all"
|
|
26
|
+
Requires-Dist: gunicorn (>=21.2.0,<23.0.0) ; extra == "deploy" or extra == "all"
|
|
25
27
|
Requires-Dist: httpx (==0.25.2) ; extra == "deploy" or extra == "all"
|
|
26
28
|
Requires-Dist: more-itertools (==10.2.0) ; extra == "metricanomaly" or extra == "threcommender" or extra == "staticthreshold" or extra == "loganomaly" or extra == "all"
|
|
27
29
|
Requires-Dist: networkx (==3.1) ; extra == "processrca" or extra == "all"
|
|
@@ -37,8 +39,8 @@ Requires-Dist: pytimekr (==0.1.0) ; extra == "metricanomaly" or extra == "all"
|
|
|
37
39
|
Requires-Dist: pytz (==2024.1) ; extra == "metricanomaly" or extra == "loganomaly" or extra == "all"
|
|
38
40
|
Requires-Dist: redis (==3.5.3) ; extra == "deploy" or extra == "loganomaly" or extra == "all"
|
|
39
41
|
Requires-Dist: redis-py-cluster (==2.1.3) ; extra == "deploy" or extra == "all"
|
|
40
|
-
Requires-Dist: requests (
|
|
41
|
-
Requires-Dist: scikit-learn (
|
|
42
|
+
Requires-Dist: requests (>=2.32.2,<3.0.0) ; extra == "all"
|
|
43
|
+
Requires-Dist: scikit-learn (>=1.3.2,<2.0.0) ; extra == "metricanomaly" or extra == "processrca" or extra == "loganomaly" or extra == "all"
|
|
42
44
|
Requires-Dist: scipy (==1.13.0) ; extra == "metricanomaly" or extra == "processrca" or extra == "threcommender" or extra == "loganomaly" or extra == "all"
|
|
43
45
|
Requires-Dist: seaborn (==0.13.2) ; extra == "threcommender" or extra == "all"
|
|
44
46
|
Requires-Dist: statsmodels (==0.14.1) ; extra == "metricanomaly" or extra == "processrca" or extra == "loganomaly" or extra == "all"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "nkia-ai-dependency"
|
|
3
|
-
version = "1.0.
|
|
3
|
+
version = "1.0.6"
|
|
4
4
|
description = "NKIA AI Shared Dependency"
|
|
5
5
|
authors = ["hjyang <hjyang@nkia.co.kr>"]
|
|
6
6
|
|
|
@@ -12,24 +12,24 @@ statsmodels = {version = "0.14.1", optional = true}
|
|
|
12
12
|
more-itertools = {version = "10.2.0", optional = true}
|
|
13
13
|
pytimekr = {version = "0.1.0", optional = true}
|
|
14
14
|
scipy = {version = "1.13.0", optional = true}
|
|
15
|
-
scikit-learn = {version = "1.3.2", optional = true}
|
|
15
|
+
scikit-learn = {version = ">=1.3.2,<2.0.0", optional = true}
|
|
16
16
|
pytz = {version = "2024.1", optional = true}
|
|
17
17
|
pytest = {version = "8.3.2", optional = true}
|
|
18
18
|
networkx = {version = "3.1", optional = true}
|
|
19
19
|
seaborn = {version = "0.13.2", optional = true}
|
|
20
|
-
fastapi = {version = "0.109.2", optional = true}
|
|
21
|
-
gunicorn = {version = "21.2.0", optional = true}
|
|
20
|
+
fastapi = {version = ">=0.109.2,<1.0.0", optional = true}
|
|
21
|
+
gunicorn = {version = ">=21.2.0,<23.0.0", optional = true}
|
|
22
22
|
uvicorn = {version = "0.27.1", optional = true}
|
|
23
23
|
httpx = {version = "0.25.2", optional = true}
|
|
24
24
|
python-dotenv = {version = "1.0.1", optional = true}
|
|
25
25
|
pydantic = {version = "2.11.4", optional = true}
|
|
26
|
-
aiohttp = {version = "3.9.3", optional = true}
|
|
26
|
+
aiohttp = {version = ">=3.9.3,<4.0.0", optional = true}
|
|
27
27
|
redis = {version = "3.5.3", optional = true}
|
|
28
28
|
redis-py-cluster = {version = "2.1.3", optional = true}
|
|
29
29
|
cassandra-driver = {version = "3.29.0", optional = true}
|
|
30
30
|
elasticsearch = {version = "7.15.1", optional = true}
|
|
31
31
|
pymongo = {version = "4.12.1", optional = true}
|
|
32
|
-
requests = {version = "2.32.2", optional = true}
|
|
32
|
+
requests = {version = ">=2.32.2,<3.0.0", optional = true}
|
|
33
33
|
datefinder = {version = "0.7.3", optional = true}
|
|
34
34
|
pygrok = {version = "1.0.0", optional = true}
|
|
35
35
|
python-dateutil = {version = "2.9.0", optional = true}
|
|
File without changes
|