We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbb3222 commit b8b1f66Copy full SHA for b8b1f66
setup.cfg
@@ -38,7 +38,7 @@ install_requires =
38
numpy
39
tabulate
40
attrs
41
- cattrs==23.1.2 # dependency needs to be removed...
+ cattrs<23.2.1 # Issue with JSON serialisation from this version, see https://github.com/ModECI/modelspec/issues/66
42
docstring-parser
43
typing_extensions;python_version<'3.8'
44
typing_compat;python_version<'3.8'
0 commit comments