Skip to content

Commit f978160

Browse files
author
Mohammad Kayali
committed
running with up-to-date libraries
1 parent a7a5161 commit f978160

File tree

4 files changed

+26
-6
lines changed

4 files changed

+26
-6
lines changed

Diff for: cuda_lib_gl.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from OpenGL.arrays import vbo
2525
from scipy import stats
2626
import timing
27-
import Image
27+
from PIL import Image
2828
timings = timing.Timing()
2929

3030

Diff for: main_window.py

-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
# generated by wxGlade 0.6.7+ on Sun Jan 12 17:55:31 2014
55
#
66

7-
8-
import wxversion
9-
wxversion.select("2.8")
10-
117
import wx
128
# import wx.aui
139

Diff for: requirements.txt

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
appdirs==1.4.3
2+
backports.functools-lru-cache==1.4
3+
cycler==0.10.0
4+
decorator==4.1.2
5+
h5py==2.7.1
6+
Mako==1.0.7
7+
MarkupSafe==1.0
8+
matplotlib==2.1.0
9+
numpy==1.13.3
10+
olefile==0.44
11+
Pillow==4.3.0
12+
py==1.5.2
13+
PyOpenGL==3.1.0
14+
pyparsing==2.2.0
15+
pytest==3.2.5
16+
python-dateutil==2.6.1
17+
pytools==2017.6
18+
pytz==2017.3
19+
scipy==1.0.0
20+
six==1.11.0
21+
subprocess32==3.2.7
22+
23+
# wxPython 4.0.0b2 for Ubuntu Linux 16.04
24+
https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-16.04/wxPython-4.0.0b2-cp27-cp27mu-linux_x86_64.whl

Diff for: simulation_loader.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import os
77
import sys, socket
88
import pyramid_sparse as pyr
9-
import Image
9+
from PIL import Image
1010
from OpenGL.GL import *
1111
from OpenGL.GLU import *
1212
from OpenGL.GLUT import *

0 commit comments

Comments
 (0)