Search Criteria
Package Details: fsleyes-widgets 0.9.0-1
Git Clone URL: | https://aur.archlinux.org/fsleyes-widgets.git (read-only, click to copy) |
---|---|
Package Base: | fsleyes-widgets |
Description: | FSLeyes is the FSL image viewer, widgets is one of its dependent projects |
Upstream URL: | https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FSLeyes |
Licenses: | |
Submitter: | tobac |
Maintainer: | tobac |
Last Packager: | tobac |
Votes: | 1 |
Popularity: | 0.002509 |
First Submitted: | 2017-10-11 11:11 |
Last Updated: | 2020-06-10 16:27 |
Dependencies (6)
- python (python-dbg)
- python-deprecation (make)
- python-matplotlib (python-matplotlib-git) (make)
- python-numpy (python-numpy-mkl, python-numpy-openblas, python-numpy-mkl-bin) (make)
- python-six (make)
- python-wxpython>=4.0.1-2 (make)
Required by (2)
- fsleyes
- fsleyes-props (make)
Latest Comments
tobac commented on 2018-05-14 09:56
Thanks for reporting and providing the solution! Fixed.
bobschi commented on 2018-05-14 09:35
python-deprecation was updated to version 2.*. This kills the dependencies for fsleyes-widgets, fsleyes-props and fslpy.
Adding line
sed -i 's/deprecation>=1.*,<=2.*/deprecation>=1.*/g' requirements.txt
to the PKGBUILD fixes the problem.