diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-04-02 15:37:31 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-04-02 15:37:31 +0900 |
| commit | 1d40055d7a89f9470b2d0f0d2ed1c23752ffbd6a (patch) | |
| tree | e99f19b7ccab88d30debbb266ebe6856c2f09780 /services/strategy-engine | |
| parent | e5fc21f3c9c890c254c5f74412aa0b68c3863042 (diff) | |
chore: pin all service dependencies with upper bounds
Diffstat (limited to 'services/strategy-engine')
| -rw-r--r-- | services/strategy-engine/pyproject.toml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/services/strategy-engine/pyproject.toml b/services/strategy-engine/pyproject.toml index 4f5b6be..e4bfb12 100644 --- a/services/strategy-engine/pyproject.toml +++ b/services/strategy-engine/pyproject.toml @@ -3,11 +3,7 @@ name = "strategy-engine" version = "0.1.0" description = "Plugin-based strategy execution engine" requires-python = ">=3.12" -dependencies = [ - "pandas>=2.0", - "numpy>=1.20", - "trading-shared", -] +dependencies = ["pandas>=2.1,<3", "numpy>=1.26,<3", "trading-shared"] [project.optional-dependencies] dev = ["pytest>=8.0", "pytest-asyncio>=0.23"] |
