Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion extensions/positron-python/build/test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pydocstyle
prospector
pytest
flask
fastapi; python_version < '3.14'
fastapi
uvicorn
django
testresources
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ holoviews==1.20.2; python_version == '3.9'
holoviews==1.21.0; python_version >= '3.10'
hvplot==0.11.3; python_version == '3.9'
hvplot==0.12.1; python_version >= '3.10'
ibis-framework[duckdb]==11.0.0; python_version < '3.14'
ibis-framework[duckdb]==11.0.0
ipykernel==6.31.0; python_version == '3.9'
ipykernel==7.0.1; python_version >= '3.10'
ipython==8.18.1; python_version == '3.9'
Expand All @@ -39,7 +39,7 @@ plotnine==0.13.6; python_version == '3.9'
plotnine==0.15.0; python_version >= '3.10'
polars==1.34.0
polars[timezone]==1.34.0; sys_platform == 'win32'
pyarrow==21.0.0; python_version < '3.14'
pyarrow==21.0.0
pytest==8.4.2
pytest-asyncio==1.2.0
pytest-mock==3.15.1
Expand All @@ -50,7 +50,7 @@ torch==2.9.0; python_version >= '3.10'
scipy==1.13.1; python_version == '3.9'
scipy==1.15.3; python_version == '3.10'
scipy==1.16.2; python_version >= '3.11'
snowflake-connector-python==4.0.0; python_version < '3.14'
snowflake-connector-python==4.0.0
SQLAlchemy==2.0.44

# putting this last like test-requirements.txt
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ haystack-ai
holoviews
hvplot
ibis-framework[polars]; python_version == '3.9'
ibis-framework[duckdb]; python_version >= '3.10' and python_version < '3.14'
ibis-framework[duckdb]; python_version >= '3.10'
ipykernel
ipython
ipywidgets
Expand All @@ -17,14 +17,14 @@ plotly
plotnine
polars
polars[timezone]; sys_platform == 'win32'
pyarrow; python_version < '3.14'
pyarrow
pytest
pytest-asyncio
pytest-mock
syrupy
torch
scipy
snowflake-connector-python; python_version < '3.14'
snowflake-connector-python
sqlalchemy

# putting this last because holoviews is picky about dependency versions (including bokeh),
Expand Down
Loading