Skip to content

Commit

Permalink
build: temporarily restrict latest typeguard to avoid dependency clash (
Browse files Browse the repository at this point in the history
#429)

* temporarily restrict typeguard versions to avoid dependency clash via typing_extensions due to Tensorflow
  • Loading branch information
alexander-held authored Aug 17, 2023
1 parent 59b49fb commit 0490607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"mypy",
"types-tabulate",
"types-PyYAML",
"typeguard>=4.0.0", # cabinetry#391
"typeguard>=4.0.0,!=4.0.1,!=4.1.0,!=4.1.1", # cabinetry#391, cabinetry#428
"black",
]
)
Expand Down

0 comments on commit 0490607

Please sign in to comment.