Skip to content

Commit

Permalink
Merge pull request #6 from martanto/dev
Browse files Browse the repository at this point in the history
Update pyproject.toml
  • Loading branch information
martanto authored Nov 20, 2024
2 parents 32bb1d5 + 7053219 commit 9c1c5bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "dsar"
version = "1.0.0"
version = "1.1.0"
authors = [
{name = "Martanto", email = "[email protected]"},
{name = "Corentin Caudron", email = "[email protected]"},
Expand All @@ -13,7 +13,7 @@ description = "Calculating Displacement Seismic Amplitude Ratio (DSAR) Value"
readme = "README.md"
license = {file = "LICENSE"}
keywords = ["seismic", "volcano", "volcanology", "dsar"]
requires-python = ">=3.10"
requires-python = ">=3.11"
dependencies = [
"obspy>=1.4.0",
"openpyxl>=3.1.5",
Expand All @@ -27,7 +27,6 @@ dependencies = [
classifiers = [
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
Expand All @@ -39,6 +38,7 @@ base = [
"pandas",
"numpy",
"matplotlib",
"magma-converter",
"peewee",
"python-slugify"
]
Expand Down

0 comments on commit 9c1c5bf

Please sign in to comment.