Skip to content

Commit

Permalink
Fix project metadata (#263)
Browse files Browse the repository at this point in the history
* Correct repository URL in pyproject.toml

* Update dependency version syntax in minimum only deps.

* update lockfile

---------

Co-authored-by: Altay Sansal <[email protected]>
  • Loading branch information
tasansal and Altay Sansal authored Jan 7, 2025
1 parent ee3d81b commit 24c8fc4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 5 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ description = "The Ultimate Python SEG-Y I/O with Cloud Support and Schemas"
authors = [{ name = "Altay Sansal", email = "[email protected]" }]
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/TGSAI/segy"
keywords = ["segy", "seismic", "data", "geophysics"]
requires-python = ">=3.10,<3.13"
dependencies = [
"fsspec (>=2024.10.0,<2025.0.0)",
"fsspec (>=2024.10.0)",
"numpy (>=2.0.0,<3.0.0)",
"pydantic (>=2.9.2,<3.0.0)",
"pydantic-settings (>=2.6.1,<3.0.0)",
Expand All @@ -21,14 +20,13 @@ dependencies = [

[project.optional-dependencies]
cloud = [
"s3fs>=2024.10.0",
"gcsfs>=2024.10.0",
"adlfs>=2024.7.0"
"s3fs (>=2024.10.0)",
"gcsfs (>=2024.10.0)",
"adlfs (>=2024.7.0)"
]

[project.urls]
homepage = "https://mdio.dev/"
repository = "https://github.com/TGSAI/mdio-python"
repository = "https://github.com/TGSAI/segy"
documentation = "https://segy.readthedocs.io"

[project.scripts]
Expand Down

0 comments on commit 24c8fc4

Please sign in to comment.