Skip to content

Commit

Permalink
Update dependencies and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Aug 19, 2024
1 parent 6dda4b1 commit 05346c4
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 54 deletions.
2 changes: 1 addition & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# NautilusTrader 1.199.0 Beta

Released on TBD (UTC).
Released on 19th August 2024 (UTC).

### Enhancements
- Added `LiveExecEngineConfig.generate_missing_orders` reconciliation config option to align internal and external position states
Expand Down
4 changes: 2 additions & 2 deletions nautilus_core/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

105 changes: 56 additions & 49 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ include = [
requires = [
"setuptools",
"poetry-core>=1.9.0",
"numpy>=2.0.1",
"numpy>=2.1.0",
"Cython==3.0.11",
"toml>=0.10.2",
]
Expand All @@ -52,7 +52,7 @@ generate-setup-file = false
[tool.poetry.dependencies]
python = ">=3.10,<3.13"
cython = "==3.0.11" # Build dependency (pinned for stability)
numpy = "^2.0.1" # Build dependency
numpy = "^2.1.0" # Build dependency
setuptools = ">=72" # Build dependency
toml = "^0.10.2" # Build dependency
click = "^8.1.7"
Expand Down

0 comments on commit 05346c4

Please sign in to comment.