Skip to content

Commit

Permalink
fix sentence-transformer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bjschoenfeld committed Nov 23, 2020
1 parent e219c75 commit efe5586
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 12 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
build/
dist/
.vscode
env/
4 changes: 2 additions & 2 deletions byudml/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__version__ = '0.7.3'
__version__ = '0.7.4'
__metafeature_version__ = '0.4.6'
__metafeature_path__ = 'd3m.primitives.metalearning.metafeature_extractor.BYU'
__imputer_version__ = '0.2.2'
__imputer_path__ = 'd3m.primitives.data_preprocessing.random_sampling_imputer.BYU'
__profiler_version__ = '0.0.3'
__profiler_version__ = '0.0.4'
__profiler_path__ = 'd3m.primitives.schema_discovery.profiler.BYU'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
'metalearn==0.6.1',
'numpy<=1.18.2',
'pandas<=1.0.3',
'sentence-transformers<=1.2.3',
'sentence-transformers<=0.3.0',
],
entry_points = {
'd3m.primitives': [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "9f5f6042-6582-494a-bc4b-92c7797a6614",
"schema": "https://metadata.datadrivendiscovery.org/schemas/v0/pipeline.json",
"created": "2020-10-09T20:07:43.053965Z",
"created": "2020-11-23T22:24:39.897548Z",
"inputs": [
{
"name": "inputs"
Expand Down Expand Up @@ -39,10 +39,10 @@
"type": "PRIMITIVE",
"primitive": {
"id": "af214333-e67b-4e59-a49b-b16f5501a925",
"version": "0.0.3",
"version": "0.0.4",
"python_path": "d3m.primitives.schema_discovery.profiler.BYU",
"name": "Semantic Profiler",
"digest": "c439fcfefeab2475b26acf212e16695f95a965b0dea5a6b5256debd532b7da41"
"digest": "0b545a58c9a5fbf6b9d27d0229206fd5d6d56e55c1ba584038715eb67f603e83"
},
"arguments": {
"inputs": {
Expand Down Expand Up @@ -219,5 +219,5 @@
]
}
],
"digest": "f36f340ad2b3b6b04ab4897db0cc1fec3d99c25ac8a8b047a4e89ff53ee89d80"
"digest": "f682a7ec0171df2637363f68c0015b0b07a3fb584e4bf1e81fcec53c0acec723"
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "f4ebb9c9-ef15-491d-9a39-595c20f3e78e",
"schema": "https://metadata.datadrivendiscovery.org/schemas/v0/pipeline.json",
"created": "2020-10-09T20:20:14.976008Z",
"created": "2020-11-23T22:24:34.340394Z",
"inputs": [
{
"name": "inputs"
Expand Down Expand Up @@ -39,10 +39,10 @@
"type": "PRIMITIVE",
"primitive": {
"id": "af214333-e67b-4e59-a49b-b16f5501a925",
"version": "0.0.3",
"version": "0.0.4",
"python_path": "d3m.primitives.schema_discovery.profiler.BYU",
"name": "Semantic Profiler",
"digest": "c439fcfefeab2475b26acf212e16695f95a965b0dea5a6b5256debd532b7da41"
"digest": "0b545a58c9a5fbf6b9d27d0229206fd5d6d56e55c1ba584038715eb67f603e83"
},
"arguments": {
"inputs": {
Expand Down Expand Up @@ -219,5 +219,5 @@
]
}
],
"digest": "2ad403a468700ba5d34e54bd6246a56d453cb41f2cd5906a14a6297d6b16ee7e"
"digest": "90a9fd4e5e715ea5f53b1829db8de0ac3055558249a760fc4e037b951d91e6d2"
}
2 changes: 1 addition & 1 deletion submission/primitives
Submodule primitives updated from e9cee1 to 61ad90

0 comments on commit efe5586

Please sign in to comment.