Skip to content

Commit

Permalink
Merge pull request #11 from jaswinder9051998/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
jaswinder9051998 authored Feb 22, 2022
2 parents 2196eee + fb11c0b commit 2061367
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pandas>=1.3.0
numpy~=1.21
scipy=1.4.1
scipy==1.4.1
plotly==5.6.0
colorlog==6.6.0
10 changes: 6 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,19 @@ def list_reqs(fname='requirements.txt'):
with open(fname) as fd:
return fd.read().splitlines()

#setup initialization
setup(name='zoofs',
version='0.1.7',
version='0.1.8',
url='https://github.com/jaswinder9051998/zoofs',
author='JaswinderSingh',
author_email='jaswinder9051998@gmail.com',
license='Apache License 2.0',
packages=['zoofs'],
zip_safe=True,
description="zoofs is a Python library for performing feature selection using an variety of nature inspired wrapper algorithms..",
zip_safe=False,
description="zoofs is a Python library for performing feature selection using an variety of nature inspired wrapper algorithms..",
long_description=long_description ,
long_description_content_type='text/markdown',
long_description_content_type='text/markdown',
install_requires=list_reqs(),
include_package_data=True,

)

0 comments on commit 2061367

Please sign in to comment.