Skip to content

Commit

Permalink
MAINT: remove explicit version string in init module. (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoj613 committed Apr 29, 2023
1 parent c3b81ba commit a6f446c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 0 additions & 2 deletions pyloras/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from ._loras import LORAS
from ._prowras import ProWRAS
from ._gamus import GAMUS

__version__ = '0.1.0-beta.5'
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,11 @@ source = "https://github.com/zoj613/pyloras"
tracker = "https://github.com/zoj613/pyloras/issues"

[build-system]
requires = ["wheel", "setuptools>=61.0.0", "setuptools-scm"]
requires = ["wheel", "setuptools>=61.0.0", "setuptools-scm[toml]>=6.2"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
packages = ["pyloras"]

[tool.setuptools.dynamic]
version = {attr = "pyloras.__version__"}

[tool.setuptools_scm]
write_to = "pyloras/_version.py"
5 changes: 3 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
-e .
build==0.8.0
build==0.10.0
imbalanced-learn==0.10.1
numpy==1.23.2
pytest==7.1.2
pytest==7.3.1
pytest-cov==4.0.0

0 comments on commit a6f446c

Please sign in to comment.