Skip to content

Commit

Permalink
bumped setuptools requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreFCruz committed Jun 27, 2024
1 parent ebb2e3a commit 6978b7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion folktexts/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def _make_train_test_val_split(
val_indices,
)

def _subsample_inplace(self, subsampling: float) -> "Dataset":
def _subsample_inplace(self, subsampling: float) -> Dataset:
"""Subsample the dataset in-place."""

# Check argument is valid
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools", "wheel"]
requires = ["setuptools>=64", "wheel"]
build-backend = "setuptools.build_meta"

[project]
Expand Down

0 comments on commit 6978b7f

Please sign in to comment.