Skip to content

Commit

Permalink
Remove numpy pin (#871)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhuppmann authored Aug 6, 2024
1 parent ffae5e3 commit 281a126
Show file tree
Hide file tree
Showing 7 changed files with 129 additions and 100 deletions.
225 changes: 127 additions & 98 deletions poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ python = ">=3.10, <3.13"
iam-units = ">=2020.4.21"
ixmp4 = ">=0.9.0"
matplotlib = ">=3.6.0"
numpy = ">=1.26.0, <2.0"
numpy = ">=1.26.0"
openpyxl = ">=3.1.2"
pandas = ">=2.1.2"
Pint = ">=0.13"
Expand Down
2 changes: 1 addition & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ to be the same version.
pytest --mpl-generate-path=expected_figs test_plotting.py
```

## Running tests
## Running Tests

```
pytest --mpl
Expand Down
Binary file modified tests/expected_figs/test_pie_plot_colors.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/expected_figs/test_pie_plot_labels.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/expected_figs/test_pie_plot_legend.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/expected_figs/test_pie_plot_other.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 281a126

Please sign in to comment.