liquidator-indicator 0.0.4__tar.gz → 0.0.5__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: liquidator_indicator
3
- Version: 0.0.4
3
+ Version: 0.0.5
4
4
  Summary: Lightweight liquidation zone indicator with multi-signal detection and visual chart integration
5
5
  Home-page: https://github.com/ViWarshawski/liquidator_indicator
6
6
  Author: ViWarshawski
@@ -18,8 +18,9 @@ Classifier: Topic :: Office/Business :: Financial :: Investment
18
18
  Requires-Python: >=3.9
19
19
  Description-Content-Type: text/markdown
20
20
  License-File: LICENSE
21
- Requires-Dist: pandas==2.3.3
22
- Requires-Dist: numpy==1.26.4
21
+ Requires-Dist: pandas>=1.3.0
22
+ Requires-Dist: numpy>=1.20.0
23
+ Requires-Dist: numba>=0.56.0; python_version >= "3.9"
23
24
  Dynamic: license-file
24
25
 
25
26
  # liquidator_indicator
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: liquidator_indicator
3
- Version: 0.0.4
3
+ Version: 0.0.5
4
4
  Summary: Lightweight liquidation zone indicator with multi-signal detection and visual chart integration
5
5
  Home-page: https://github.com/ViWarshawski/liquidator_indicator
6
6
  Author: ViWarshawski
@@ -18,8 +18,9 @@ Classifier: Topic :: Office/Business :: Financial :: Investment
18
18
  Requires-Python: >=3.9
19
19
  Description-Content-Type: text/markdown
20
20
  License-File: LICENSE
21
- Requires-Dist: pandas==2.3.3
22
- Requires-Dist: numpy==1.26.4
21
+ Requires-Dist: pandas>=1.3.0
22
+ Requires-Dist: numpy>=1.20.0
23
+ Requires-Dist: numba>=0.56.0; python_version >= "3.9"
23
24
  Dynamic: license-file
24
25
 
25
26
  # liquidator_indicator
@@ -0,0 +1,5 @@
1
+ pandas>=1.3.0
2
+ numpy>=1.20.0
3
+
4
+ [:python_version >= "3.9"]
5
+ numba>=0.56.0
@@ -1,12 +1,13 @@
1
1
  [project]
2
2
  name = "liquidator_indicator"
3
- version = "0.0.4"
3
+ version = "0.0.5"
4
4
  description = "Lightweight liquidation zone indicator with multi-signal detection and visual chart integration"
5
5
  license = {text = "MIT"}
6
6
  requires-python = ">=3.9"
7
7
  dependencies = [
8
- "pandas==2.3.3",
9
- "numpy==1.26.4"
8
+ "pandas>=1.3.0",
9
+ "numpy>=1.20.0",
10
+ "numba>=0.56.0; python_version>='3.9'"
10
11
  ]
11
12
  readme = "README.md"
12
13
  keywords = ["trading", "liquidation", "zones", "cryptocurrency", "technical-analysis"]
@@ -1,6 +1,6 @@
1
1
  [metadata]
2
2
  name = liquidator_indicator
3
- version = 0.0.4
3
+ version = 0.0.5
4
4
  author = ViWarshawski
5
5
  author_email = nexus2.0.2026@gmail.com
6
6
  description = Lightweight liquidation zone indicator with multi-signal detection and visual chart integration
@@ -23,8 +23,9 @@ classifiers =
23
23
  packages = find:
24
24
  python_requires = >=3.9
25
25
  install_requires =
26
- pandas==2.3.3
27
- numpy==1.26.4
26
+ pandas>=1.3.0
27
+ numpy>=1.20.0
28
+ numba>=0.56.0; python_version>='3.9'
28
29
 
29
30
  [egg_info]
30
31
  tag_build =
@@ -1,2 +0,0 @@
1
- pandas==2.3.3
2
- numpy==1.26.4