diff --git a/python-torchmetrics.spec b/python-torchmetrics.spec index 31cd2c8133bc5dea9ccaa7db65f7d486adf5011f..a73cded7df86474251662481fd9994bf4bb77d94 100644 --- a/python-torchmetrics.spec +++ b/python-torchmetrics.spec @@ -1,6 +1,6 @@ %define anolis_release 1 %global pypi_name torchmetrics -%global pypi_version 1.3.1 +%global pypi_version 0.11.4 Name: python-%{pypi_name} Version: %{pypi_version} @@ -93,5 +93,8 @@ rm -rf %{pypi_name}.egg-info %{python3_sitelib}/%{pypi_name}-%{pypi_version}-py%{python3_version}.egg-info %changelog +* Tue Mar 12 2024 zhongling.h - 0.11.4-1 +- Downgrade to 0.11.4 to fix _compare_version problem. + * Mon Feb 19 2024 zhongling.h - 1.3.1-1 - Initial package. \ No newline at end of file diff --git a/torchmetrics-0.11.4.tar.gz b/torchmetrics-0.11.4.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..24b4d229317a0dba0128d902c262eb1812f3221e Binary files /dev/null and b/torchmetrics-0.11.4.tar.gz differ diff --git a/torchmetrics-1.3.1.tar.gz b/torchmetrics-1.3.1.tar.gz deleted file mode 100644 index e1bfb166699bad9b11ae8f3cdc5a13b5c4f17e52..0000000000000000000000000000000000000000 Binary files a/torchmetrics-1.3.1.tar.gz and /dev/null differ