hyperquant 0.1.3__tar.gz → 0.1.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: hyperquant
3
- Version: 0.1.3
3
+ Version: 0.1.5
4
4
  Summary: A minimal yet hyper-efficient backtesting framework for quantitative trading
5
5
  Project-URL: Homepage, https://github.com/yourusername/hyperquant
6
6
  Project-URL: Issues, https://github.com/yourusername/hyperquant/issues
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "hyperquant"
3
- version = "0.1.3"
3
+ version = "0.1.5"
4
4
  description = "A minimal yet hyper-efficient backtesting framework for quantitative trading"
5
5
  authors = [
6
6
  { name = "MissinA", email = "1421329142@qq.com" }
@@ -14,7 +14,9 @@ dependencies = [
14
14
  "numpy>=1.21.0", # Added numpy as a new dependency
15
15
  ]
16
16
  readme = "README.md"
17
- requires-python = ">= 3.9"
17
+ requires-python = ">=3.9"
18
+
19
+
18
20
  keywords = ["quant", "backtesting", "trading", "hyperquant"]
19
21
  license = {text = "MIT"}
20
22
  classifiers = [
@@ -35,6 +37,7 @@ build-backend = "hatchling.build"
35
37
 
36
38
  [tool.hatch.metadata]
37
39
  allow-direct-references = true
40
+ requires-python = ">=3.9"
38
41
 
39
42
  [tool.hatch.build.targets.wheel]
40
43
  packages = ["src/hyperquant"]
@@ -482,7 +482,7 @@ wheels = [
482
482
 
483
483
  [[package]]
484
484
  name = "hyperquant"
485
- version = "0.1.3"
485
+ version = "0.1.4"
486
486
  source = { editable = "." }
487
487
  dependencies = [
488
488
  { name = "aiohttp" },
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes