Skip to content

Commit 05346c4

Browse files
committed
Update dependencies and release notes
1 parent 6dda4b1 commit 05346c4

File tree

4 files changed

+61
-54
lines changed

4 files changed

+61
-54
lines changed

RELEASES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NautilusTrader 1.199.0 Beta
22

3-
Released on TBD (UTC).
3+
Released on 19th August 2024 (UTC).
44

55
### Enhancements
66
- Added `LiveExecEngineConfig.generate_missing_orders` reconciliation config option to align internal and external position states

nautilus_core/Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

poetry.lock

+56-49
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ include = [
3939
requires = [
4040
"setuptools",
4141
"poetry-core>=1.9.0",
42-
"numpy>=2.0.1",
42+
"numpy>=2.1.0",
4343
"Cython==3.0.11",
4444
"toml>=0.10.2",
4545
]
@@ -52,7 +52,7 @@ generate-setup-file = false
5252
[tool.poetry.dependencies]
5353
python = ">=3.10,<3.13"
5454
cython = "==3.0.11" # Build dependency (pinned for stability)
55-
numpy = "^2.0.1" # Build dependency
55+
numpy = "^2.1.0" # Build dependency
5656
setuptools = ">=72" # Build dependency
5757
toml = "^0.10.2" # Build dependency
5858
click = "^8.1.7"

0 commit comments

Comments
 (0)