Skip to content

Commit

Permalink
chore(deps): update dependency scipy to v1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 27, 2024
1 parent ff2db97 commit 104b9e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions appengine/flexible/scipy/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ numpy==2.0.0; python_version > '3.9'
numpy==1.26.4; python_version == '3.9'
numpy==1.24.4; python_version == '3.8'
pillow==10.3.0
scipy==1.10.1; python_version == '3.8'
scipy==1.13.1; python_version < '3.8'
scipy==1.14.0; python_version == '3.8'
scipy==1.14.0; python_version < '3.8'
scipy==1.14.0; python_version > '3.9'
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ numpy==1.26.4; python_version == '3.9'
numpy==1.24.4; python_version == '3.8'
numpy==1.21.6; python_version == '3.7'
pillow==10.3.0
scipy==1.11.1
scipy==1.14.0
Werkzeug==3.0.3
2 changes: 1 addition & 1 deletion composer/workflows/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ apache-airflow-providers-google==10.2.0
apache-airflow-providers-microsoft-azure==6.1.2
apache-airflow-providers-postgres==5.5.1
google-cloud-dataform==0.5.2 # used in Dataform operators
scipy==1.10.0; python_version > '3.0'
scipy==1.14.0; python_version > '3.0'

0 comments on commit 104b9e1

Please sign in to comment.