Skip to content

Commit

Permalink
consolidate requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
erexer committed Feb 6, 2024
1 parent 44b93d8 commit 98cbd47
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 89 deletions.
4 changes: 3 additions & 1 deletion naturf/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
__version__ = "0.0.0"
import importlib.metadata

__version__ = importlib.metadata.version(__package__ or __name__)
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,19 @@ classifiers = [
]

dependencies = [
"numpy>=1.22.4",
"pandas>=1.4.2",
"fiona>=1.8.19",
"geocube>=0.3.1",
"rasterio>=1.2.10",
"xarray>=2022.3.0",
"geopandas>=0.10.2",
"joblib>=1.0.1",
"fiona>=1.8.19",
"numpy>=1.22.4",
"pandas>=1.4.2",
"pyproj>=3.0.1",
"rasterio>=1.2.10",
"rtree>=1.0.0",
"sf-hamilton[visualization]>=1.45",
"shapely>=1.8.2, <2",
"tqdm>=4.66.1",
"geopandas>=0.10.2",
"sf-hamilton[visualization]>=1.10",
"xarray>=2022.3.0",
]

[project.urls]
Expand Down
38 changes: 0 additions & 38 deletions requirements.txt

This file was deleted.

43 changes: 0 additions & 43 deletions setup.py

This file was deleted.

0 comments on commit 98cbd47

Please sign in to comment.