Skip to content

Commit

Permalink
updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaron committed May 18, 2024
1 parent 4fe7d52 commit 29c06d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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.2
numpy~=1.26.4
websocket-client~=1.7.0
requests~=2.31.0

# Part of optional
yfinance~=0.2.36
yfinance~=0.2.38
torch>=2.1.0
tensorboard>=2.15.1
nautilus-ibapi~=10.19.2
alpaca-py~=0.18.1
stable-baselines3[extra]~=2.2.1
sb3-contrib~=2.2.1
alpaca-py~=0.21.1
stable-baselines3[extra_no_roms]~=2.3.2
sb3-contrib~=2.3.0
gymnasium~=0.29.1
# TA-Lib~=0.4.28

Expand Down
2 changes: 1 addition & 1 deletion roboquant/journals/tensorboardjournal.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from roboquant.journals import Journal
from roboquant.journals.journal import Journal
from roboquant.journals.metric import Metric


Expand Down

0 comments on commit 29c06d4

Please sign in to comment.