Skip to content

Commit 628b6f5

Browse files
authored
Update beartype version | ci (#1064)
Avoid 0.16.0 because of beartype/beartype#282
1 parent 0f75db9 commit 628b6f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

noxfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"jinja2",
1414
"numpy==1.23.5",
1515
"typing_extensions",
16-
"beartype",
16+
"beartype!=0.16.0",
1717
"types-PyYAML",
1818
"expecttest",
1919
"hypothesis",

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ sphinx-gallery
1414
sphinx>=6
1515

1616
# Torch lib
17-
beartype
17+
beartype!=0.16.0
1818

1919
# Testing
2020
expecttest

0 commit comments

Comments
 (0)