Skip to content

Commit

Permalink
traditional version tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianGroeger96 committed Mar 19, 2024
1 parent c33b5cc commit 8c98d74
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,3 @@ seaborn
SciencePlots
scikit-image
codecov
randomname
setuptools_scm
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import re
from os.path import abspath, dirname, join

import setuptools_scm # noqa: F401
from setuptools import find_packages, setup


Expand Down Expand Up @@ -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.",
Expand Down
2 changes: 1 addition & 1 deletion src/ssl_library

0 comments on commit 8c98d74

Please sign in to comment.