Skip to content

Commit

Permalink
Limit marshmallow version to work around paramtools bug
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholmer committed Aug 21, 2024
1 parent eec39bf commit 7cf6872
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ dependencies:
- "numpy>=1.26,<1.27"
- "pandas>=2.2"
- "bokeh>=2.4"
- "paramtools>=0.18.2"
- "marshmallow<3.22" # to work around paramtools bug
- "paramtools>=0.18.2" # requires marshmallow>=3.0
- numba
- curl
- pytest
Expand Down

0 comments on commit 7cf6872

Please sign in to comment.