Skip to content

Commit

Permalink
Fix build process
Browse files Browse the repository at this point in the history
  • Loading branch information
oscgonfer committed Oct 4, 2023
1 parent 068b8a5 commit d8263b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ test:
pytest

package:
rm dist/*
rm -rf dist/*
rm -rf build/*
python setup.py sdist bdist_wheel

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
'geopy~=1.21.0',
'Jinja2~=3.1.2',
'matplotlib~=3.2.1',
'missingno~=0.5.2',
'numpy~=1.20.0',
'pandas~=1.5.0',
'plotly~=4.14.3',
Expand Down

0 comments on commit d8263b0

Please sign in to comment.