h2r / pomdp-py

A framework to build and solve POMDP problems. Documentation: https://h2r.github.io/pomdp-py/
MIT License
209 stars 49 forks source link

Fix cpdef on variable #30

Closed jiuguangw closed 1 year ago

jiuguangw commented 1 year ago

cpdef should not be defined on a variable. This was preventing me from successfully running a pip install on this package.

zkytony commented 1 year ago

Thanks! Also noticed this yesterday. The failure is likely due to the recent Cython 3.0.0 release.

jiuguangw commented 1 year ago

I don't have write access so you'll have to hit merge. Might also consider pinning your versions in setup.py and moving some of the extra dependencies to an extras_require field.

zkytony commented 1 year ago

Closing as this is merged via a new release.