Skip to content

Commit

Permalink
Merge branch 'main' into streamlit-sim
Browse files Browse the repository at this point in the history
  • Loading branch information
calina-c committed Mar 27, 2024
2 parents 7d2a279 + 9f321b8 commit 058aaa5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# or pip install -e .
install_requirements = [
"bumpversion",
"ccxt==4.2.75",
"ccxt==4.2.82",
"coverage",
"enforce_typing",
"eth-account==0.11.0",
Expand All @@ -24,12 +24,12 @@
"pandas==2.2.1",
"pathlib",
"plotly==5.20.0",
"polars==0.20.15",
"polars==0.20.16",
"polars[timezone]",
"pyarrow==15.0.1",
"pyarrow==15.0.2",
"pylint==3.1.0",
"pytest",
"pytest-asyncio==0.23.5.post1",
"pytest-asyncio==0.23.6",
"pytest-env",
"pyyaml",
"requests==2.31.0",
Expand Down

0 comments on commit 058aaa5

Please sign in to comment.