Skip to content

Commit a0b7195

Browse files
Update package requirements (#42)
* Updated numpy version * Version bump * Updated deprecated action * Update __init__.py --------- Co-authored-by: Alasdair Gray <[email protected]>
1 parent 4f3b83e commit a0b7195

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

niceplots/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
from matplotlib import font_manager
33

4-
__version__ = "2.5.1"
4+
__version__ = "2.6.0"
55

66

77
def addFonts():

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
license="Apache License, Version 2.0",
2525
packages=["niceplots", "niceplots.styles", "niceplots.fonts"],
2626
install_requires=[
27-
"numpy>=1.16",
27+
"numpy>=1.21",
2828
"matplotlib>=2.2",
2929
"scipy>=1.7",
3030
],

0 commit comments

Comments
 (0)