forked from inducer/meshmode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
29 lines (23 loc) · 1.07 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
numpy
recursivenodes
git+https://github.com/inducer/pytools.git#egg=pytools
git+https://github.com/inducer/gmsh_interop.git#egg=gmsh_interop
git+https://github.com/inducer/pyvisfile.git#egg=pyvisfile
git+https://github.com/inducer/modepy.git#egg=modepy
git+https://github.com/inducer/pyopencl.git#egg=pyopencl
git+https://github.com/inducer/islpy.git#egg=islpy
git+https://github.com/inducer/pytato.git#egg=pytato
# required by pytential, which is in turn needed for some tests
git+https://github.com/inducer/pymbolic.git#egg=pymbolic
# also depends on pymbolic, so should come after it
git+https://github.com/inducer/loopy.git#egg=loopy
# depends on loopy, so should come after it.
git+https://github.com/inducer/arraycontext.git#egg=arraycontext
# more pytential dependencies
git+https://github.com/inducer/boxtree.git#egg=boxtree
git+https://github.com/inducer/sumpy.git#egg=sumpy
git+https://github.com/inducer/pytential.git#egg=pytential
# requires pymetis for tests for partition_mesh
git+https://github.com/inducer/pymetis.git#egg=pymetis
# for examples/tp-lagrange-stl.py
numpy-stl