Skip to content

Commit 41965ae

Browse files
committed
Remove === from requirements file for regular ==
1 parent dbf1c9b commit 41965ae

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
google-auth==2.40.3
22
google-cloud-bigquery-storage==2.32.0
3-
google-cloud-bigquery===3.30.0; python_version <= '3.8'
3+
google-cloud-bigquery==3.30.0; python_version <= '3.8'
44
google-cloud-bigquery==3.35.1; python_version >= '3.9'
5-
pyarrow===24.0.0
6-
ipython===7.31.1; python_version == '3.7'
7-
ipython===8.10.0; python_version == '3.8'
8-
ipython===8.18.1; python_version == '3.9'
9-
ipython===8.33.0; python_version == '3.10'
5+
pyarrow==24.0.0
6+
ipython==7.31.1; python_version == '3.7'
7+
ipython==8.10.0; python_version == '3.8'
8+
ipython==8.18.1; python_version == '3.9'
9+
ipython==8.33.0; python_version == '3.10'
1010
ipython==9.4.0; python_version >= '3.11'
1111
ipywidgets==8.1.7
12-
pandas===1.3.5; python_version == '3.7'
13-
pandas===2.0.3; python_version == '3.8'
12+
pandas==1.3.5; python_version == '3.7'
13+
pandas==2.0.3; python_version == '3.8'
1414
pandas==2.3.1; python_version >= '3.9'
1515
tqdm==4.67.1
16-
db-dtypes===1.4.2; python_version <= '3.8'
16+
db-dtypes==1.4.2; python_version <= '3.8'
1717
db-dtypes==1.4.3; python_version >= '3.9'

0 commit comments

Comments
 (0)