Skip to content

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
Fixes marshmallow dependency versions

More recent versions of marshmallow are currently incompatible with Mikado.

Potentially fixes #431
  • Loading branch information
ljyanesm authored Jun 8, 2022
1 parent a62e07f commit 82ab2c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ python-rapidjson>=1.0.0
toml>=0.10.0
pyfaidx>=0.5.8
dataclasses; python_version < '3.7'
marshmallow
marshmallow-dataclass
marshmallow==3.15.0
marshmallow-dataclass==8.4.1
typeguard # Necessary for mashmallow apparently

0 comments on commit 82ab2c9

Please sign in to comment.