Commit aa296ff8 authored by Salko Jr, Robert's avatar Salko Jr, Robert
Browse files

Remove version requirement from matplotlib

parent a5bcc0b7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
matplotlib<=2.2.4
matplotlib
sympy
scipy
numpy>=1.16.0
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ setup(name='SubKit',
      packages=find_packages(),
      include_package_data=True,
      install_requires=[
          'matplotlib<=2.2.4',
          'matplotlib',
          'sympy',
          'scipy',
          'numpy>=1.16.0',