We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04ef7da commit 9cf54fbCopy full SHA for 9cf54fb
setup.py
@@ -27,10 +27,8 @@ def build_extensions(pkg_name, major_submodules):
27
"utils",
28
"representations.distribution",
29
"representations.belief"])
30
-extensions += [
31
- Extension("pomdp_problems.tiger.cythonize", ["pomdp_problems/tiger/cythonize/tiger_problem.pyx"]),
32
- Extension("pomdp_problems.rocksample.cythonize", ["pomdp_problems/rocksample/cythonize/rocksample_problem.pyx"])
33
-]
+extensions.extend(build_extensions("pomdp_problems", ["tiger.cythonize",
+ "rocksample.cythonize"]))
34
35
setup(name='pomdp-py',
36
packages=find_packages(),
0 commit comments