Skip to content

Commit

Permalink
changed copyright years in data files to 2024, changed 'train' to 'da…
Browse files Browse the repository at this point in the history
…ta' in pyproject.toml
  • Loading branch information
bgenchel-avail committed Jun 12, 2024
1 parent d218e1c commit 23f7245
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion basic_pitch/data/commandline.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# encoding: utf-8
#
# Cos.pathyright 2022 Spotify AB
# Cos.pathyright 2024 Spotify AB
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion basic_pitch/data/datasets/guitarset.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# encoding: utf-8
#
# Copyright 2022 Spotify AB
# Copyright 2024 Spotify AB
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion basic_pitch/data/pipeline.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# encoding: utf-8
#
# Copyright 2022 Spotify AB
# Copyright 2024 Spotify AB
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ basic-pitch = "basic_pitch.predict:main"
bp-download = "basic_pitch.data.download:main"

[project.optional-dependencies]
train = [
"basic_pitch[tf]",
data = [
"basic_pitch[tf]",
"apache_beam",
"mirdata",
"smart_open",
"sox"
]
test = [
"basic_pitch[train]",
"basic_pitch[data]",
"coverage>=5.0.2",
"pytest>=6.1.1",
"pytest-mock",
Expand All @@ -73,7 +73,7 @@ coreml = ["coremltools"]
onnx = ["onnxruntime"]
docs = ["mkdocs>=1.0.4"]
dev = [
"basic_pitch[train,test,tf,coreml,onnx,docs]",
"basic_pitch[data,test,tf,coreml,onnx,docs]",
"mypy",
"tox",
]
Expand Down

0 comments on commit 23f7245

Please sign in to comment.