Skip to content

Commit

Permalink
Relax NumPy requirement (#101)
Browse files Browse the repository at this point in the history
Didn't do an extremely thorough check, but reading the NumPy release notes for 1.20.0, it doesn't look like we actually need it. Looking at our direct NumPy usage, it all seems very basic. So I'll let NumPy come in as a transitive dependency through dask for now.

Closes #83
  • Loading branch information
gjoseph92 authored Dec 9, 2021
1 parent d3a78c4 commit 02db9c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 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.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jupyterlab-system-monitor = {version = "^0.8.0", optional = true}
matplotlib = {version = "^3.4.1", optional = true}
mercantile = {version = "^1.1.6", optional = true}
nbsphinx = {version = "^0.8.2", optional = true}
numpy = "^1.20.0"
numpydoc = {version = "^1.1.0", optional = true}
pandoc = {version = "^1.0.2", optional = true}
planetary-computer = {version = ">= 0.4.3, < 1", optional = true}
Expand Down

0 comments on commit 02db9c5

Please sign in to comment.