Skip to content

Commit eb2f648

Browse files
committed
fix: nox system-3.9 run
1 parent b0f051c commit eb2f648

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ def mypy(session):
308308

309309

310310
def install_systemtest_dependencies(session, install_test_extra, *constraints):
311+
session.run("pip", "install", "--upgrade", "pip")
311312
# Use pre-release gRPC for system tests.
312313
# Exclude version 1.49.0rc1 which has a known issue.
313314
# See https://github.com/grpc/grpc/pull/30642

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
# 25.20.0 introduces this fix https://github.com/TobikoData/sqlmesh/issues/3095 for rtrim/ltrim.
5858
"sqlglot >=25.20.0",
5959
"tabulate >=0.9",
60-
"ipywidgets >=7.7.1",
6160
"humanize >=4.6.0",
6261
"matplotlib >=3.7.1",
6362
"db-dtypes >=1.4.2",
@@ -90,6 +89,7 @@
9089
# install anywidget for SQL
9190
"anywidget": [
9291
"anywidget>=0.9.18",
92+
"ipywidgets>=7.7.1",
9393
"traitlets>=5.0.0",
9494
],
9595
}

0 commit comments

Comments
 (0)