Skip to content

Commit

Permalink
update provider versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jshihstsci committed Sep 19, 2023
1 parent 492f09c commit 264518a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion modeling/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tensorflow==2.13.0
scikit-learn==1.3.0
boto3==1.17.79
pandas==1.2.4
pandas==2.1.0
protobuf==4.24.3
12 changes: 6 additions & 6 deletions terraform/batch.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,27 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 3.65.0"
version = "~> 5.17.0"
}
hashicorp-null = {
source = "hashicorp/null"
version = "~> 3.1.0"
version = "~> 3.2.1"
}
hashicorp-external = {
source = "hashicorp/external"
version = "~> 2.1.0"
version = "~> 2.3.1"
}
hashicorp-local = {
source = "hashicorp/local"
version = "~> 2.1.0"
version = "~> 2.4.0"
}
hashicorp-random = {
source = "hashicorp/random"
version = "~> 3.1.0"
version = "~> 3.5.1"
}
docker = {
source = "kreuzwerker/docker"
version = "~> 2.15.0"
version = "~> 3.0.2"
}
}
}
Expand Down

0 comments on commit 264518a

Please sign in to comment.