File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -308,6 +308,7 @@ def mypy(session):
308308
309309
310310def 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
Original file line number Diff line number Diff line change 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" ,
9089 # install anywidget for SQL
9190 "anywidget" : [
9291 "anywidget>=0.9.18" ,
92+ "ipywidgets>=7.7.1" ,
9393 "traitlets>=5.0.0" ,
9494 ],
9595}
You can’t perform that action at this time.
0 commit comments