Skip to content

Commit a6f446c

Browse files
authored
MAINT: remove explicit version string in init module. (#42)
1 parent c3b81ba commit a6f446c

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

pyloras/__init__.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
from ._loras import LORAS
22
from ._prowras import ProWRAS
33
from ._gamus import GAMUS
4-
5-
__version__ = '0.1.0-beta.5'

pyproject.toml

+1-4
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,11 @@ source = "https://github.com/zoj613/pyloras"
3232
tracker = "https://github.com/zoj613/pyloras/issues"
3333

3434
[build-system]
35-
requires = ["wheel", "setuptools>=61.0.0", "setuptools-scm"]
35+
requires = ["wheel", "setuptools>=61.0.0", "setuptools-scm[toml]>=6.2"]
3636
build-backend = "setuptools.build_meta"
3737

3838
[tool.setuptools]
3939
packages = ["pyloras"]
4040

41-
[tool.setuptools.dynamic]
42-
version = {attr = "pyloras.__version__"}
43-
4441
[tool.setuptools_scm]
4542
write_to = "pyloras/_version.py"

requirements-dev.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
-e .
2-
build==0.8.0
2+
build==0.10.0
3+
imbalanced-learn==0.10.1
34
numpy==1.23.2
4-
pytest==7.1.2
5+
pytest==7.3.1
56
pytest-cov==4.0.0

0 commit comments

Comments
 (0)