Skip to content

Commit

Permalink
Merge pull request #9 from lwiniwar/lwiniwar-patch-1
Browse files Browse the repository at this point in the history
revert laxpy requirements
  • Loading branch information
lwiniwar authored Nov 1, 2023
2 parents f288632 + bca4bab commit 6c5eda7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ dependencies:
- shapely
- rioxarray
- pip:
- git+https://github.com/lwiniwar/laxpy.git
- laxpy
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ readme = "README.md"
requires-python = ">=3.8"
dependencies = [
"pip>=19.3",
"laxpy@git+https://github.com/lwiniwar/laxpy.git",
"laxpy",
"laspy",
"numpy",
"scipy",
Expand Down Expand Up @@ -48,4 +48,4 @@ classifiers = [
"Bug Tracker" = "https://github.com/lwiniwar/pyForMetrix/issues"

[tool.hatch.metadata]
allow-direct-references = true
allow-direct-references = true

0 comments on commit 6c5eda7

Please sign in to comment.