File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44
55[project ]
66name = " dsar"
7- version = " 1.0 .0"
7+ version = " 1.1 .0"
88authors = [
99 {name = " Martanto" , email = " martanto@live.com" },
1010 {name = " Corentin Caudron" , email = " corentin@ulb.be" },
@@ -13,7 +13,7 @@ description = "Calculating Displacement Seismic Amplitude Ratio (DSAR) Value"
1313readme = " README.md"
1414license = {file = " LICENSE" }
1515keywords = [" seismic" , " volcano" , " volcanology" , " dsar" ]
16- requires-python = " >=3.10 "
16+ requires-python = " >=3.11 "
1717dependencies = [
1818 " obspy>=1.4.0" ,
1919 " openpyxl>=3.1.5" ,
@@ -27,7 +27,6 @@ dependencies = [
2727classifiers = [
2828 " License :: OSI Approved :: MIT License" ,
2929 " Operating System :: OS Independent" ,
30- " Programming Language :: Python :: 3.10" ,
3130 " Programming Language :: Python :: 3.11" ,
3231 " Programming Language :: Python :: 3.12" ,
3332]
@@ -39,6 +38,7 @@ base = [
3938 " pandas" ,
4039 " numpy" ,
4140 " matplotlib" ,
41+ " magma-converter" ,
4242 " peewee" ,
4343 " python-slugify"
4444]
You can’t perform that action at this time.
0 commit comments