Skip to content

Commit

Permalink
Update conda.recipe/meta.yaml to correspond to environment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholmer committed Aug 21, 2024
1 parent 7cf6872 commit 59250ca
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ requirements:
- "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
- openpyxl
Expand All @@ -23,7 +24,8 @@ requirements:
- "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
- openpyxl
Expand Down

0 comments on commit 59250ca

Please sign in to comment.