Skip to content

Commit

Permalink
update dependencies and installation command
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Araripe committed Mar 21, 2024
1 parent 58ff89d commit b1fef73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Three splits are available: random-, dissimilarity- (clustering based on Tanimot
# Installation

```
pip install git+https://[email protected]/sohviluukkonen/gbmt-splits.git@main
pip install gbmt-splits
```

# Getting started
Expand Down
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ classifiers = [
]

dependencies = [
"gitpython",
"parameterized",
"matplotlib",
"seaborn",
Expand All @@ -31,8 +32,5 @@ dependencies = [
"pulp"
]

[tool.setuptools.packages.find]
where = ["."]

[tool.setuptools_scm]
write_to = "gbmtsplits/_version.py"
write_to = "src/gbmtsplits/_version.py"

0 comments on commit b1fef73

Please sign in to comment.