Skip to content

Commit

Permalink
small dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaron committed Dec 13, 2024
1 parent ee2e38e commit eddc804
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,16 @@ 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",
]

[tool.setuptools.dynamic]
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]"]
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit eddc804

Please sign in to comment.