Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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