Skip to content

Commit

Permalink
update to 0.25.0; pin hyperdrivetypes (#1702)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaiton authored Oct 15, 2024
1 parent 275a4c4 commit 4877d72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# A Framework for Hyperdrive Trading Strategies

This repo by [DELV](https://delv.tech) contains tools for you to deploy automated trading agents, perform market simulations, and conduct trading research. Read on for more info or jump to the [quickstart guide](https://agent0.readthedocs.io/en/latest/#quickstart).
This repo by [DELV](https://delv.tech) contains tools for you to deploy automated trading agents, perform market simulations, and conduct trading research. Read on for more info or jump to the [quickstart guide](https://agent0.readthedocs.io/en/latest/#quickstart-agent0-repo).

<br><a href="https://app.codecov.io/gh/delvtech/agent0?displayType=list"><img height="100px" src="https://codecov.io/gh/delvtech/agent0/graphs/sunburst.svg?token=1S60MD42ZP"><a>

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "agent0"
version = "0.24.0"
version = "0.25.0"
# Authors are the current, primary stewards of the repo
# contributors can be found on github
authors = [
Expand Down Expand Up @@ -33,7 +33,7 @@ dependencies = [
"fixedpointmath>=0.2.1",
"hexbytes>=1.2.1",
"hyperdrivepy==0.17.1",
"hyperdrivetypes>=1.0.19.6",
"hyperdrivetypes==1.0.20.7",
"ipython>=8.26.0",
"matplotlib>=3.9.2",
"mplfinance>=0.12.10b0",
Expand Down

0 comments on commit 4877d72

Please sign in to comment.