Skip to content

Commit

Permalink
Merge pull request #1 from axelande/remove_mandatory_ipvolume
Browse files Browse the repository at this point in the history
Removed the ipvolume requirement
  • Loading branch information
martinlarsalbert committed Oct 26, 2020
2 parents a87c3eb + e368ed1 commit 45148df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
sympy
pandas
matplotlib
ipyvolume
pydy
pytest
versioneer
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
],
extras_require={'plot': ['ipvolume', 'ipywidgets']}
python_requires='>=3.5',

install_requires=requirements,
Expand Down

0 comments on commit 45148df

Please sign in to comment.