Skip to content

Commit

Permalink
More typo stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexejPenner committed Dec 7, 2023
1 parent dd4c2bf commit e30d99a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ extend-exclude = ["*.csv", "sign-language-detection-yolov5/*", "orbit-user-analy

[default.extend-identifiers]
# HashiCorp = "HashiCorp"
connexion = "connexion"


[default.extend-words]
Expand Down
4 changes: 2 additions & 2 deletions stack-showcase/run_stack_showcase.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@
" Found existing installation: attrs 23.1.0\n",
"\u001b[2K\u001b[32m⠦\u001b[0m Installing integrations... Uninstalling attrs-23.1.0:\n",
" Successfully uninstalled attrs-23.1.0\n",
"\u001b[2K\u001b[32m⠧\u001b[0m Installing integrations...\u001b[31mERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.\n",
"\u001b[2K\u001b[32m⠧\u001b[0m Installing integrations...\u001b[31mERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behavior is the source of the following dependency conflicts.\n",
"cattrs 23.2.3 requires attrs>=23.1.0, but you have attrs 22.2.0 which is incompatible.\u001b[0m\u001b[31m\n",
"\u001b[0mSuccessfully installed argparse-1.4.0 attrs-22.2.0\n",
"\u001b[33mWARNING: You are using pip version 22.0.4; however, version 23.3.1 is available.\n",
Expand Down Expand Up @@ -529,7 +529,7 @@
" Found existing installation: apache-airflow 2.5.3\n",
"\u001b[2K\u001b[32m⠸\u001b[0m Installing integrations... Uninstalling apache-airflow-2.5.3:\n",
" Successfully uninstalled apache-airflow-2.5.3\n",
"\u001b[2K\u001b[32m⠴\u001b[0m Installing integrations...\u001b[31mERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.\n",
"\u001b[2K\u001b[32m⠴\u001b[0m Installing integrations...\u001b[31mERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behavior is the source of the following dependency conflicts.\n",
"sagemaker 2.117.0 requires attrs<23,>=20.3.0, but you have attrs 23.1.0 which is incompatible.\n",
"apache-airflow-providers-docker 3.8.2 requires apache-airflow>=2.5.0, but you have apache-airflow 2.4.3 which is incompatible.\u001b[0m\u001b[31m\n",
"\u001b[0mSuccessfully installed apache-airflow-2.4.3 attrs-23.1.0\n",
Expand Down

0 comments on commit e30d99a

Please sign in to comment.