We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f75db9 commit 628b6f5Copy full SHA for 628b6f5
noxfile.py
@@ -13,7 +13,7 @@
13
"jinja2",
14
"numpy==1.23.5",
15
"typing_extensions",
16
- "beartype",
+ "beartype!=0.16.0",
17
"types-PyYAML",
18
"expecttest",
19
"hypothesis",
requirements-dev.txt
@@ -14,7 +14,7 @@ sphinx-gallery
sphinx>=6
# Torch lib
-beartype
+beartype!=0.16.0
# Testing
20
expecttest
0 commit comments