Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Joseph Siddons
GeoSpatialTools
Commits
0cece6fb
Commit
0cece6fb
authored
1 month ago
by
Joseph Siddons
Browse files
Options
Download
Email Patches
Plain Diff
deps: remove pinned versions
parent
55870e66
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
583 additions
and
86 deletions
+583
-86
pyproject.toml
pyproject.toml
+8
-8
uv.lock
uv.lock
+575
-78
No files found.
pyproject.toml
View file @
0cece6fb
...
...
@@ -14,7 +14,7 @@ packages = ["GeoSpatialTools"]
name
=
"GeoSpatialTools"
version
=
"0.11.2"
dependencies
=
["numpy"]
requires-python
=
">=3.
11
"
requires-python
=
">=3.
9
"
authors
=
[
{
name
=
"Joseph Siddons"
,
email
=
"josidd@noc.ac.uk"
}
,
{
name
=
"Richard Cornes"
,
email
=
"rcornes@noc.ac.uk"
}
,
...
...
@@ -33,19 +33,19 @@ classifiers = [
[project.optional-dependencies]
notebooks
=
[
"ipykernel"
,
"polars"
]
test
=
["pytest
>=8.3.4
"]
test
=
["pytest"]
docs
=
[
"sphinx
>=8.2.1
"
,
"sphinx-autodoc-typehints
>=3.1.0
"
,
"sphinx-rtd-theme
>=3.0.2
"
,
"sphinx"
,
"sphinx-autodoc-typehints"
,
"sphinx-rtd-theme"
,
]
all
=
[
"ipykernel"
,
"polars"
,
"pytest"
,
"sphinx
>=8.2.1
"
,
"sphinx-autodoc-typehints
>=3.1.0
"
,
"sphinx-rtd-theme
>=3.0.2
"
,
"sphinx"
,
"sphinx-autodoc-typehints"
,
"sphinx-rtd-theme"
,
]
[tool.ruff]
...
...
This diff is collapsed.
Click to expand it.
uv.lock
View file @
0cece6fb
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment