Skip to content

Commit

Permalink
Fixed setup.py blunder
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasjng committed Dec 30, 2020
1 parent 63f5f31 commit 7196ab2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ode_explorer/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
PACKAGE_NAME = 'ode-explorer'
PACKAGE_VERSION = '0.0.1-alpha.1'
PACKAGE_VERSION = '0.0.1-alpha.2'
PACKAGE_AUTHOR = "Nicholas Junge"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
install_requires=[
"absl-py",
"pandas",
"numpy"
"numpy",
"scipy",
"tqdm",
"tabulate"
Expand Down

0 comments on commit 7196ab2

Please sign in to comment.