File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -12,17 +12,17 @@ import json
1212import itertools
1313import itertools as it
1414
15- try :
16- import numpy as np
17- except :
18- pass
19- try :
20- import matplotlib .pyplot as plt
21- except :
22- pass
15+ # try:
16+ # import numpy as np
17+ # except:
18+ # pass
19+ # try:
20+ # import matplotlib.pyplot as plt
21+ # except:
22+ # pass
2323
24- if os .getenv ("PYSTARTUP" ):
25- pass
24+ # if os.getenv("PYSTARTUP"):
25+ # pass
2626
2727parser = argparse .ArgumentParser ()
2828parser .add_argument ('evaluation' , nargs = '?' , default = 'None' )
Original file line number Diff line number Diff line change 33
44setup (
55 name = 'pythonpy' ,
6- version = '0.1.1 ' ,
6+ version = '0.1.2 ' ,
77 packages = ['pythonpy' ,],
88 scripts = [os .path .join ('bin' , 'pythonpy' )],
99 license = 'Creative Commons Attribution-Noncommercial-Share Alike license' ,
You can’t perform that action at this time.
0 commit comments