Skip to content

Commit

Permalink
Merge pull request #3 from Boeing/hai-branch
Browse files Browse the repository at this point in the history
Updated setup.py to reset package version
  • Loading branch information
ethanenguyen committed Dec 12, 2023
2 parents be793be + 144af4e commit 722a78d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

setup(
name='sdr_classifier',
version='0.0.2',
version='0.0.1',
packages=find_packages(where="src"),
package_dir={"": "src"},
include_package_data=True,
install_requires=["pandas>=1.1.5", "scikit-learn>=0.24.1"],
install_requires=["pandas>=1.1.5", "scikit-learn>=0.24.1", "xgboost"],
#packages=setuptools.find_packages(),
url='',
description="Package to create SDR Classifier",
Expand All @@ -24,5 +24,5 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
python_requires='>=3.6',
python_requires='>=3.8',
)

0 comments on commit 722a78d

Please sign in to comment.