Skip to content

Commit 4bb0ef2

Browse files
committed
build: removed matplotlib pin
1 parent fd7a5be commit 4bb0ef2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
numpy
22
scipy
33
pandas
4-
matplotlib<=3.5.3
4+
matplotlib
55
cartopy
66
obspy
77
pyproj

requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
- numpy
88
- pandas
99
- scipy
10-
- matplotlib<=3.5.3
10+
- matplotlib
1111
- pyproj
1212
- obspy
1313
- python-dateutil

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def get_version():
3030
'numpy',
3131
'scipy',
3232
'pandas',
33-
'matplotlib<=3.5.3',
33+
'matplotlib',
3434
'cartopy',
3535
'obspy',
3636
'pyproj',

0 commit comments

Comments
 (0)