Skip to content

Commit

Permalink
chore: use === in requirements.txt for environment specific pins (#284)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency numpy to v1.22.3

* chore: use === in requirements.txt for environment specific pins

* revert version bump for environment specific pin

Co-authored-by: Anthonios Partheniou <[email protected]>
  • Loading branch information
renovate-bot and parthea authored Mar 30, 2022
1 parent 90ca214 commit 01117be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion language/snippets/classify_text/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-cloud-language==2.4.1
numpy==1.22.3; python_version > '3.7'
numpy==1.21.4; python_version == '3.7'
numpy===1.21.4; python_version == '3.7'

0 comments on commit 01117be

Please sign in to comment.