Skip to content

Commit

Permalink
Update dependency version syntax in minimum only deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
Altay Sansal committed Jan 7, 2025
1 parent f55c92a commit 13fee49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "README.md"
keywords = ["segy", "seismic", "data", "geophysics"]
requires-python = ">=3.10,<3.14"
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 @@ -20,9 +20,9 @@ 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]
Expand Down

0 comments on commit 13fee49

Please sign in to comment.