Skip to content

Commit

Permalink
Fix pypi bug
Browse files Browse the repository at this point in the history
  • Loading branch information
daochenzha committed Aug 9, 2021
1 parent 3ff86d7 commit 9ba5935
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 31 deletions.
2 changes: 1 addition & 1 deletion autovideo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name = "autovideo"
__version__ = "0.0.4"
__version__ = "0.0.6"

from .utils import build_pipeline, extract_frames, fit, produce, fit_produce, produce_by_path, compute_accuracy_with_preds
Empty file added autovideo/base/__init__.py
Empty file.
Empty file added autovideo/common/__init__.py
Empty file.
6 changes: 0 additions & 6 deletions autovideo/common/column_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,6 @@ class ColumnParserPrimitive(transformer.TransformerPrimitiveBase[Inputs, Outputs
'https://gitlab.com/datadrivendiscovery/common-primitives.git',
],
},
'installation': [{
'type': metadata_base.PrimitiveInstallationType.PIP,
'package_uri': 'git+https://gitlab.com/datadrivendiscovery/common-primitives.git@{git_commit}#egg=common_primitives'.format(
git_commit=d3m_utils.current_git_commit(os.path.dirname(__file__)),
),
}],
'algorithm_types': [
metadata_base.PrimitiveAlgorithmType.DATA_CONVERSION,
],
Expand Down
6 changes: 0 additions & 6 deletions autovideo/common/construct_predictions.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,6 @@ class ConstructPredictionsPrimitive(transformer.TransformerPrimitiveBase[Inputs,
'https://gitlab.com/datadrivendiscovery/common-primitives.git',
],
},
'installation': [{
'type': metadata_base.PrimitiveInstallationType.PIP,
'package_uri': 'git+https://gitlab.com/datadrivendiscovery/common-primitives.git@{git_commit}#egg=common_primitives'.format(
git_commit=d3m_utils.current_git_commit(os.path.dirname(__file__)),
),
}],
'algorithm_types': [
metadata_base.PrimitiveAlgorithmType.DATA_CONVERSION,
],
Expand Down
6 changes: 0 additions & 6 deletions autovideo/common/dataset_to_dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@ class DatasetToDataFramePrimitive(transformer.TransformerPrimitiveBase[Inputs, O
'https://gitlab.com/datadrivendiscovery/common-primitives.git',
],
},
'installation': [{
'type': metadata_base.PrimitiveInstallationType.PIP,
'package_uri': 'git+https://gitlab.com/datadrivendiscovery/common-primitives.git@{git_commit}#egg=common_primitives'.format(
git_commit=d3m_utils.current_git_commit(os.path.dirname(__file__)),
),
}],
'algorithm_types': [
metadata_base.PrimitiveAlgorithmType.DATA_CONVERSION,
],
Expand Down
6 changes: 0 additions & 6 deletions autovideo/common/denormalize.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,6 @@ class DenormalizePrimitive(transformer.TransformerPrimitiveBase[Inputs, Outputs,
'https://gitlab.com/datadrivendiscovery/common-primitives.git',
],
},
'installation': [{
'type': metadata_base.PrimitiveInstallationType.PIP,
'package_uri': 'git+https://gitlab.com/datadrivendiscovery/common-primitives.git@{git_commit}#egg=common_primitives'.format(
git_commit=d3m_utils.current_git_commit(os.path.dirname(__file__)),
),
}],
'algorithm_types': [
metadata_base.PrimitiveAlgorithmType.DATA_DENORMALIZATION,
],
Expand Down
6 changes: 0 additions & 6 deletions autovideo/common/extract_columns_semantic_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,6 @@ class ExtractColumnsBySemanticTypesPrimitive(transformer.TransformerPrimitiveBas
'https://gitlab.com/datadrivendiscovery/common-primitives.git',
],
},
'installation': [{
'type': metadata_base.PrimitiveInstallationType.PIP,
'package_uri': 'git+https://gitlab.com/datadrivendiscovery/common-primitives.git@{git_commit}#egg=common_primitives'.format(
git_commit=d3m_utils.current_git_commit(os.path.dirname(__file__)),
),
}],
'algorithm_types': [
metadata_base.PrimitiveAlgorithmType.ARRAY_SLICING,
],
Expand Down
Empty file.

0 comments on commit 9ba5935

Please sign in to comment.