hyperquant 0.1.3__tar.gz → 0.1.4__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.4
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.4"
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,8 @@ 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
+
18
19
  keywords = ["quant", "backtesting", "trading", "hyperquant"]
19
20
  license = {text = "MIT"}
20
21
  classifiers = [
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes