Skip to content

Commit

Permalink
Numpy is a hard requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsdukai committed Jan 19, 2022
1 parent 362e038 commit 2424e26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

### Changed
- Export format is an argument, not an option (#35), e.g. `cjio ... export obj out.obj`
- NumPy is a hard requirement


## [0.7.3] - 2021-12-15
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
],
install_requires=[
'Click',
'numpy'
],
extras_require={
'develop': [
'pytest',
'bump2version'
],
'export': [
'numpy',
'pandas',
'mapbox-earcut'
],
Expand Down

0 comments on commit 2424e26

Please sign in to comment.