diff --git a/examples/run_pipeline.py b/examples/run_pipeline.py index ea36682..9d8b7cc 100644 --- a/examples/run_pipeline.py +++ b/examples/run_pipeline.py @@ -15,7 +15,7 @@ parser.add_argument('--target_index', type=int, default=6, help='Index of the ground truth (for evaluation)') parser.add_argument('--metric',type=str, default='F1_MACRO', help='Evaluation Metric (F1, F1_MACRO)') -parser.add_argument('--pipeline_path', default=os.path.join(this_path, '../tods/tods/resources/default_pipeline.json'), +parser.add_argument('--pipeline_path', default=os.path.join(this_path, '../tods/resources/default_pipeline.json'), help='Input the path of the pre-built pipeline description') args = parser.parse_args() diff --git a/requirements.txt b/requirements.txt index fa6a44c..3a55551 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,34 +1,3 @@ -scikit-learn==0.22.0 -pytypes==1.0b5 -frozendict==1.2 -numpy>=1.15.4,<=1.18.1 -jsonschema==2.6.0 -requests>=2.19.1,<=2.22.0 -strict-rfc3339==0.7 -rfc3987==1.3.8 -webcolors>=1.8.1,<=1.10 -dateparser>=0.7.0,<=0.7.2 -python-dateutil==2.8.1 -pandas==0.25.0 -typing-inspect==0.5.0 -GitPython>=2.1.11,<=3.0.5 -jsonpath-ng==1.4.3 -custom-inherit>=2.2.0,<=2.2.2 -PyYAML>=5.1,<=5.3 -pycurl>=7.43.0.2,<=7.43.0.3 -pyarrow==0.15.1 -gputil>=1.3.0,<=1.4.0 -pyrsistent>=0.14.11,<=0.15.7 -scipy>=1.2.1,<=1.4.1 -openml==0.10.1 -lightgbm>=2.2.2,<=2.3.0 -opencv-python-headless<=4.1.1.26,>=4.1 -imageio>=2.3.0,<=2.6.0 -pillow==6.2.1 -xgboost>=0.81,<=0.90 -Jinja2==2.9.4 -simplejson==3.12.0 -gitdb2==2.0.6 -e git+https://github.com/tods-doc/d3m@70aeefed6b7307941581357c4b7858bb3f88e1da#egg=d3m -e git+https://github.com/tods-doc/axolotl@af54e6970476a081bf0cd65990c9f56a1200d8a2#egg=axolotl -e git+https://gitlab.com/datadrivendiscovery/common-primitives.git@046b20d2f6d4543dcbe18f0a1d4bcbb1f61cf518#egg=common_primitives diff --git a/setup.py b/setup.py index 589b997..b155e09 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ setup( 'nimfa==1.4.0', 'stumpy==1.4.0', 'more-itertools==8.5.0', - 'gitdb==0.6.4' + #'gitdb==0.6.4' ], entry_points = merge_entry_points()