From 8c98d747e27324fc60f925212fcaedceff022314 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=B6ger?= Date: Tue, 19 Mar 2024 14:45:48 +0100 Subject: [PATCH] traditional version tagging --- requirements.txt | 2 -- setup.py | 3 +-- src/ssl_library | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index dfea3d7..0dc1e8f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,5 +21,3 @@ seaborn SciencePlots scikit-image codecov -randomname -setuptools_scm diff --git a/setup.py b/setup.py index d3e8c38..ebc7e3c 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,6 @@ import re from os.path import abspath, dirname, join -import setuptools_scm # noqa: F401 from setuptools import find_packages, setup @@ -32,7 +31,7 @@ def parse_requirements(filename): name=PACKAGE_NAME, packages=proj_packages, package_dir={PACKAGE_NAME: SOURCE_DIRECTORY}, - use_scm_version=True, + version="0.0.3", author="Fabian Groeger", author_email="fabian.groeger@unibas.ch", description="A holistic self-supervised data cleaning strategy to detect irrelevant samples, near duplicates and label errors.", diff --git a/src/ssl_library b/src/ssl_library index b82f541..eb7dffc 160000 --- a/src/ssl_library +++ b/src/ssl_library @@ -1 +1 @@ -Subproject commit b82f5412ffc9951756da9d5ff47b27d755a46a8e +Subproject commit eb7dffc374a977521ce37d32123b36f0f7025fee