Skip to content

Commit

Permalink
Add numpy and bump vnum
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-Boesky committed Nov 23, 2023
1 parent 881e4ab commit 991a091
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
matplotlib
matplotlib
numpy
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='Moby_Land',
version='0.3.0',
version='0.3.1',
author='Adam Boesky',
author_email='[email protected]',
description='A place for all of my gadgets.',
Expand All @@ -16,7 +16,7 @@
'Operating System :: OS Independent',
],
python_requires='>=3.11',
install_requires=['matplotlib'],
install_requires=['matplotlib', 'numpy'],
)

# To republish:
Expand Down

0 comments on commit 991a091

Please sign in to comment.