Skip to content

Commit

Permalink
fix: update matplotlib and tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabiana Clemente authored and fabclmnt committed Jul 9, 2024
1 parent 5164e0b commit 7176590
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,18 @@ jobs:
python-version: [ 3.8 ]
pandas: ["pandas>1.1"]
numpy: ["numpy"]
matplotlib: ["matplotlib<3.9"]
include:
- os: ubuntu-22.04
python-version: 3.7.16
pandas: "pandas>1.1"
numpy: "numpy"
matplotlib: "matplotlib<3.9"
- os: ubuntu-22.04
python-version: 3.8
pandas: "pandas>1.1"
numpy: "numpy"
matplotlib: "matplotlib<3.9"
- os: ubuntu-22.04
python-version: 3.9
pandas: "pandas>1.1"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
scipy>=1.4.1, <1.14
pandas>1.1, <3, !=1.4.0
matplotlib>=3.9, <3.10
matplotlib>=3.7, <3.10
pydantic>=2
PyYAML>=5.0.0, <6.1
jinja2>=2.11.1, <3.2
Expand Down

0 comments on commit 7176590

Please sign in to comment.