Skip to content

Commit 3f97ea9

Browse files
chore(deps): use === in requirements.txt for environment specific pins (#419)
* chore(deps): update all dependencies * revert changes and ignore future changes for environment specific pins Co-authored-by: Anthonios Partheniou <[email protected]>
1 parent d0f46ad commit 3f97ea9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bigquery_storage/to_dataframe/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ google-auth==2.6.2
22
google-cloud-bigquery-storage==2.13.0
33
google-cloud-bigquery==2.34.2
44
pyarrow==7.0.0
5-
ipython==7.31.1; python_version == '3.7'
6-
ipython==8.0.1; python_version == '3.8'
5+
ipython===7.31.1; python_version == '3.7'
6+
ipython===8.0.1; python_version == '3.8'
77
ipython==8.2.0; python_version >= '3.9'
8-
pandas==1.3.5; python_version == '3.7'
8+
pandas===1.3.5; python_version == '3.7'
99
pandas==1.4.1; python_version > '3.7'
1010
tqdm==4.63.1

0 commit comments

Comments
 (0)