From eddc804be4a1ae7bedd3b3d8c21c024273bc43d9 Mon Sep 17 00:00:00 2001 From: Peter Dekkers Date: Fri, 13 Dec 2024 19:43:57 +0100 Subject: [PATCH] small dependency updates --- pyproject.toml | 6 +++--- requirements.txt | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7b9377b..8abe246 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ classifiers = [ keywords = ["trading", "machine learning", "AI", "investment", "finance", "crypto", "stocks", "exchange", "forex"] dependencies = [ "numpy>=1.26.4", - "websocket-client~=1.7.0", + "websocket-client~=1.8.0", "requests>=2.32.0", ] @@ -59,8 +59,8 @@ dependencies = [ version = {attr = "roboquant.__version__"} [project.optional-dependencies] -torch = ["torch>=2.3.0", "tensorboard>=2.15.2", "stable-baselines3[extra_no_roms]>=2.3.2", "sb3-contrib>=2.3.0"] -yahoo = ["yfinance~=0.2.38"] +torch = ["torch>=2.5.0", "tensorboard>=2.15.2", "stable-baselines3[extra_no_roms]>=2.3.2", "sb3-contrib>=2.3.0"] +yahoo = ["yfinance~=0.2.50"] ibkr = ["nautilus-ibapi~=10.19.2"] alpaca = ["alpaca-py"] all = ["roboquant[torch,yahoo,ibkr,alpaca]"] diff --git a/requirements.txt b/requirements.txt index 950e192..5fb6aeb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,16 +1,16 @@ # Core numpy~=1.26.4 -websocket-client~=1.7.0 +websocket-client~=1.8.0 requests>=2.32.0 # Part of optional -yfinance~=0.2.41 -torch>=2.3.0 +yfinance~=0.2.50 +torch>=2.5.0 tensorboard>=2.15.2 nautilus-ibapi~=10.19.2 alpaca-py~=0.28.1 -stable-baselines3[extra_no_roms]~=2.3.2 -sb3-contrib~=2.3.0 +stable-baselines3[extra_no_roms]~=2.4.0 +sb3-contrib~=2.4.0 gymnasium~=0.29.1 fastavro~=1.9.4 pyarrow~=16.1.0