Skip to content

Commit

Permalink
del pyqt
Browse files Browse the repository at this point in the history
  • Loading branch information
vlakir committed Nov 15, 2021
1 parent cb49eda commit 19b789b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
with open("README.md", "r") as readme_file:
readme = readme_file.read()

requirements = ["numpy>=1.21.2", "funnydeco>=0.1.5", "matplotlib>=3.4.3", "scipy>=1.7.1", "PyQt5>=5.15.4"]
requirements = ["numpy>=1.21.2", "funnydeco>=0.1.5", "matplotlib>=3.4.3", "scipy>=1.7.1"]

setup(
name="cleanode",
version="0.1.7",
version="0.1.8",
author="Vladimir Kirievskiy",
author_email="[email protected]",
description="Example using an embedded solver",
Expand Down

0 comments on commit 19b789b

Please sign in to comment.