Skip to content

Commit cb2f9bc

Browse files
committed
updates samples/notebooks/reqs
1 parent c398a38 commit cb2f9bc

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
google-cloud-testutils==1.5.0
2-
pytest===7.4.4; python_version == '3.7'
3-
pytest==8.3.4; python_version >= '3.8'
2+
pytest==8.3.4; python_version >= '3.9'
43
mock==5.1.0

samples/notebooks/requirements.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@ bigquery-magics==0.5.0
22
db-dtypes==1.3.1
33
google-cloud-bigquery==3.27.0
44
google-cloud-bigquery-storage==2.27.0
5-
ipython===7.31.1; python_version == '3.7'
6-
ipython===8.0.1; python_version == '3.8'
75
ipython===8.18.1; python_version >= '3.9'
8-
matplotlib===3.5.3; python_version == '3.7'
9-
matplotlib===3.7.4; python_version == '3.8'
106
matplotlib===3.9.2; python_version == '3.9'
117
matplotlib==3.10.0; python_version >= '3.10'
12-
pandas===1.3.5; python_version == '3.7'
13-
pandas===2.0.3; python_version == '3.8'
148
pandas==2.2.3; python_version >= '3.9'

0 commit comments

Comments
 (0)