Hi,
when using pip 23.2.1 together with an existing hicmatrix 15 installation I get the following warnings:
DEPRECATION: hicmatrix 15 has a non-standard dependency specifier numpy>=1.16.*. pip 23.3 will enforce this behaviour change. A possible repacement is to upgrade to a newer version of hicmatrix or contact the author to suggest that they release a version with a conforming dependecy specifiers. Discussion can be found at https://github.com/pypa/pip/issues/12063
DEPRECATION: hicmatrix 15 has a non-standard dependency specifier scipy>=1.2.*. pip 23.3 will enforce this behaviour change. A possible replcement is to upgrade to a newer version of hicmatrix or contact the author to suggest that they release a version with a conforming dependeny specifiers. Discussion can be found at https://github.com/pypa/pip/issues/12063
DEPRECATION: hicmatrix 15 has a non-standard dependency specifier tables>=3.5.*. pip 23.3 will enforce this behaviour change. A possible repacement is to upgrade to a newer version of hicmatrix or contact the author to suggest that they release a version with a conforming dependecy specifiers. Discussion can be found at https://github.com/pypa/pip/issues/12063
DEPRECATION: hicmatrix 15 has a non-standard dependency specifier pandas>=0.25.*. pip 23.3 will enforce this behaviour change. A possible relacement is to upgrade to a newer version of hicmatrix or contact the author to suggest that they release a version with a conforming dependncy specifiers. Discussion can be found at https://github.com/pypa/pip/issues/12063
DEPRECATION: hicmatrix 15 has a non-standard dependency specifier intervaltree>=3.0.*. pip 23.3 will enforce this behaviour change. A possibe replacement is to upgrade to a newer version of hicmatrix or contact the author to suggest that they release a version with a conforming dpendency specifiers. Discussion can be found at https://github.com/pypa/pip/issues/12063
Hi, when using
pip 23.2.1
together with an existinghicmatrix 15
installation I get the following warnings:Further on, trying an install with:
#> pip install git+https://github.com/deeptools/HiCMatrix.git@340de4b136a52730d95f5087f0c0f63d9b089242
unhappily fails with:
By removing the
.*
in the files mentionend above the install succeeded.Best, Thomas