Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scheduled weekly dependency update for week 51 #842

Merged
merged 14 commits into from
Dec 23, 2024
Merged
26 changes: 13 additions & 13 deletions requirements-test-libraries.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ APScheduler==3.11.0
backports.zoneinfo==0.2.1; python_version < '3.9'
bokeh==3.6.2; python_version >= '3.10'
boto==2.49.0
boto3==1.35.81
botocore==1.35.81
branca==0.8.0
boto3==1.35.86
botocore==1.35.86
branca==0.8.1
cairocffi==1.7.1
CairoSVG==2.7.1
cassandra-driver==3.29.2
Expand Down Expand Up @@ -39,10 +39,10 @@ fiona==1.10.1; sys_platform != 'win32'
folium==0.19.2; python_version >= '3.9'
ffpyplayer==4.5.2
geopandas==1.0.1; sys_platform != 'win32' and python_version >= '3.9'
google-api-python-client==2.155.0
google-api-python-client==2.156.0
grapheme==0.6.0
graphql-query==1.4.0
python-gitlab==5.1.0; python_version >= '3.9'
python-gitlab==5.2.0; python_version >= '3.9'
h5py==3.12.1; python_version >= '3.9'
humanize==4.11.0; python_version >= '3.9'
iminuit==2.30.1; python_version >= '3.9'
Expand All @@ -64,7 +64,7 @@ numcodecs==0.14.1; python_version >= '3.11'
Office365-REST-Python-Client==2.5.14
openpyxl==3.1.5
pandas==2.2.3; python_version >= '3.9'
panel==1.5.4; python_version >= '3.10'
panel==1.5.5; python_version >= '3.10'
passlib==1.7.4
pendulum==3.0.0
phonenumbers==8.13.52
Expand Down Expand Up @@ -134,7 +134,7 @@ trame-quasar==0.2.1
trame-rca==0.6.0
trame-router==2.3.0
trame-server==3.2.3
trame-simput==2.4.3
trame-simput==2.5.0
trame-tauri==0.6.2
trame-tweakpane==0.1.3
trame-vega==2.1.1
Expand All @@ -152,7 +152,7 @@ vtk==9.4.0; python_version >= '3.9' or sys_platform != 'darwin' or platform_mach
# On macOS, weasyprint requires pango and glib installed via Homebrew; on arm64, the Homebrew is
# installed in /opt/homebrew/lib and does not seem to be visible to non-Homebrew python.
weasyprint==63.1; python_version >= '3.9' and (sys_platform != 'darwin' or platform_machine != 'arm64')
web3==7.6.0
web3==7.6.1
websockets==14.1; python_version >= '3.9'
zeep==4.3.1
pypsexec==0.3.0
Expand All @@ -168,7 +168,7 @@ python-stdnum==1.20
sounddevice==0.5.1; sys_platform != 'linux'
soundfile==0.12.1; sys_platform != 'linux'
limits==3.14.1; python_version >= '3.9'
great-expectations==1.2.6; python_version >= '3.9' and python_version < '3.13'
great-expectations==1.3.0; python_version >= '3.9' and python_version < '3.13'
# Starting with tensorflow 2.17.0, macOS wheels are provided only for arm64 (x86_64 is deprecated).
tensorflow==2.18.0; python_version >= '3.9' and python_version < '3.13' and (sys_platform != 'darwin' or platform_machine == 'arm64')
pyshark==0.6.0
Expand All @@ -177,7 +177,7 @@ hydra-core==1.3.2
spiceypy==6.0.0
exchangelib==5.5.0; python_version >= '3.9'
NBT==1.5.1
minecraft-launcher-lib==6.5
minecraft-launcher-lib==7.1; python_version >= '3.10'
scikit-learn==1.6.0; python_version >= '3.9'
scikit-image==0.25.0; python_version >= '3.10'
customtkinter==5.2.2
Expand All @@ -186,9 +186,9 @@ librosa==0.10.2.post1
sympy==1.13.3
xyzservices==2024.9.0
mistune==3.0.2
pydantic==2.10.3
pydantic==2.10.4
jsonschema==4.23.0
psutil==6.1.0
psutil==6.1.1
litestar==2.13.0; python_version < '3.13'
lingua-language-detector==2.0.2; python_version >= '3.8'
opencc-python-reimplemented==0.1.7
Expand Down Expand Up @@ -216,7 +216,7 @@ z3c.rml==4.4.0
freetype-py==2.5.1
vaderSentiment==3.3.2
# langchain depends on numpy<2.0.0, which does not have binary wheels for python 3.13.
langchain==0.3.12; python_version >= '3.9' and python_version < '3.13'
langchain==0.3.13; python_version >= '3.9' and python_version < '3.13'
seedir==0.5.0
cel-python==0.1.5
# pygwalker depends on quickjs, which at the time of writing (v1.19.4) cannot be built under python 3.13.
Expand Down
Loading