You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add _version.py
* update changelog to markdown for github formatting
* update codemeta.json with version information
* add sphinx to requirements in setup.py
* add instructions to documentation about issuing releases
added downloads badges to readme
* added note about diff results from catalog filtering example
included figure thumbnail in documents for catalog filtering
* moved files relative to conf.py
* changed PyCSEP -> pyCSEP
"description": "The PyCSEP Toolkit helps earthquake forecast model developers evaluate their forecasts with the goal of understanding earthquake predictability.",
11
+
"name": "pyCSEP",
12
+
"version": "0.5.0",
13
+
"description": "The pyCSEP Toolkit helps earthquake forecast model developers evaluate their forecasts with the goal of understanding earthquake predictability.",
14
14
"applicationCategory": "Seismology",
15
15
"developmentStatus": "active",
16
16
"funder": {
@@ -27,9 +27,12 @@
27
27
],
28
28
"softwareRequirements": [
29
29
"Python 3.7 or later (https://python.org)",
30
-
"NumPy 1.10 or later (https://numpy.org)",
31
-
"GEOS 3.3.3 or later (https://trac.osgeo.org/geos/)",
32
-
"PROJ 4.9.0 or later (https://proj4.org/)"
30
+
"NumPy 1.21.3 or later (https://numpy.org)",
31
+
"SciPy 1.7.1 or later (https://scipy.org)",
32
+
"pandas 1.3.4 or later (https://pandas.pydata.org)",
33
+
"cartopy 0.20.0 or later (https://scitools.org.uk/cartopy/docs/latest)",
34
+
"GEOS 3.7.2 or later (https://trac.osgeo.org/geos/)",
0 commit comments