Skip to content

Commit

Permalink
back down on versions since no 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelizimm committed Dec 19, 2024
1 parent cae36fe commit 53907ce
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ matplotlib==3.7.4; python_version < '3.9'
numpy==2.1.1; python_version >= '3.10'
numpy==1.24.4; python_version < '3.9'
numpy==2.0.2; python_version == '3.9'
pandas==2.2.3; python_version >= '3.9'
pandas==2.2.2; python_version >= '3.9'
pandas==2.0.3; python_version < '3.9'
plotly==5.24.1
polars==1.7.1
polars[timezone]==1.7.1; python_version < '3.9' or sys_platform == 'win32'
pyarrow==18.1.0
pyarrow==17.0.0
pytest==8.0.2
pytest-asyncio==0.23.8
pytest-mock==3.14.0
torch==2.5.1; python_version >= '3.10'
torch==2.4.1; python_version >= '3.10'
torch==2.1.2; python_version < '3.10'
SQLAlchemy==2.0.36
SQLAlchemy==2.0.34

0 comments on commit 53907ce

Please sign in to comment.