Skip to content

Commit

Permalink
Loosen numpy version (#842)
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Jul 21, 2024
1 parent 654c12e commit 93f01fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ include requirements_docs.txt

recursive-include leafmap/data *
recursive-include leafmap/examples *
recursive-include leafmap/javascripts *
recursive-include leafmap/styles *
recursive-include tests *
recursive-exclude * __pycache__
recursive-exclude * *.py[co]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ipyleaflet>=0.19.1
ipyvuetify>=1.9.4
ipywidgets>=7.6.0
matplotlib>=3.9.1
numpy>=1.26.4
numpy>=1.25.0, <2.0.0
pandas>=2.2.2
plotly>=5.22.0
pyshp>=2.3.1
Expand Down

0 comments on commit 93f01fd

Please sign in to comment.