Commit 12122166 authored by Zolnierczuk, Piotr's avatar Zolnierczuk, Piotr
Browse files

added requirements to setup

parent ef4bda30
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,8 +3,8 @@ PySEN revision module
"""
import sys
__version__  = "2.0"
__release__  = "a3"
__date__     = "Oct 8, 2024"
__release__  = "a4"
__date__     = "Oct 9, 2024"

def version(full=False):
    "get pysen version number"
+1 −0
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@ setup(
        'scripts/get_proposal.py',
        'scripts/pysimecho.py',
      ],
      install_requires = ['numpy', 'scipy', 'matplotlib', 'pandas', 'h5py' , 'qtconsole'],
      license = 'BSD 3-Clause License',
      classifiers=[
        "Development Status :: 3 - Alpha",