Skip to content

Commit

Permalink
Merge pull request #246 from ktlim/tickets/DM-45092
Browse files Browse the repository at this point in the history
DM-45092: Pin matplotlib < 3.9.
  • Loading branch information
ktlim authored Jul 2, 2024
2 parents 1353fd5 + fe96d10 commit 2212ac4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "rubin-env" %}
{% set version = "8.0.0" %}
{% set build_number = 8 %}
{% set build_number = 9 %}

package:
name: {{ name }}
Expand Down Expand Up @@ -148,7 +148,7 @@ outputs:
- lmfit <1.3
- lsstdesc.coord
- lsst-ts-xml
- matplotlib-base >=3.8.0
- matplotlib-base >=3.8.0,<3.9
- moto >=3,<5
- mpi4py
- nest-asyncio
Expand Down

0 comments on commit 2212ac4

Please sign in to comment.