We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd7a5be commit 4bb0ef2Copy full SHA for 4bb0ef2
requirements.txt
@@ -1,7 +1,7 @@
1
numpy
2
scipy
3
pandas
4
-matplotlib<=3.5.3
+matplotlib
5
cartopy
6
obspy
7
pyproj
requirements.yml
@@ -7,7 +7,7 @@ dependencies:
- numpy
8
- pandas
9
- scipy
10
- - matplotlib<=3.5.3
+ - matplotlib
11
- pyproj
12
- obspy
13
- python-dateutil
setup.py
@@ -30,7 +30,7 @@ def get_version():
30
'numpy',
31
'scipy',
32
'pandas',
33
- 'matplotlib<=3.5.3',
+ 'matplotlib',
34
'cartopy',
35
'obspy',
36
'pyproj',
0 commit comments