Skip to content

Commit

Permalink
Merge pull request #127 from spotify/bgenchel/fix-envs
Browse files Browse the repository at this point in the history
Fix Envs
  • Loading branch information
drubinstein authored Jul 3, 2024
2 parents 1127978 + d1af94a commit 8af1ad0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ bp-download = "basic_pitch.data.download:main"

[project.optional-dependencies]
data = [
"basic_pitch[tf]",
"basic_pitch[tf,test]",
"apache_beam",
"mirdata",
"smart_open",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py38,py39,py310,py311,full,manifest,check-formatting,lint,mypy
envlist = py38,py39,py310,py311,full,data,manifest,check-formatting,lint,mypy
skipsdist = True
usedevelop = True
requires =
Expand Down

0 comments on commit 8af1ad0

Please sign in to comment.