Skip to content

Commit

Permalink
Merge pull request #75 from RADAR-base/release_sync
Browse files Browse the repository at this point in the history
Syncing release version with pypi
  • Loading branch information
Hsankesara committed Aug 4, 2023
2 parents 8a52aa8 + 8b3834f commit 4e29cff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
7 changes: 3 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@ pandas==1.4.1
matplotlib==3.5.1
seaborn==0.11.2
scipy==1.10.0
pysftp==0.2.9
dask[complete]==2022.5.1
pyspark[sql]==3.3.0
GitPython==3.1.30
strictyaml==1.7.3
pyspark-test==0.2.0
paramiko==3.1.0
pre-commit
pytest
strictyaml
pyspark-test==0.2.0
pytest-cov
pytest-mock
pytest-sftpserver
Expand Down
14 changes: 7 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ def read_file(filename):

setup(
name="radarpipeline",
version="2.0.1a",
version="2.0.1",
license='Apache',
description="A python feature generation and visualization package use with RADAR project data.",
url="https://github.com/RADAR-base/radarpipeline",
download_url='https://github.com/RADAR-base/radarpipeline/archive/refs/tags/v2.0.1a.tar.gz',
download_url='https://github.com/RADAR-base/radarpipeline/archive/refs/tags/v2.0.1.tar.gz',
readme="README.md",
long_description=read_file('README.md'),
long_description_content_type='text/markdown',
author="Heet Sankesara",
author_email="heet.sankesara@kcl.ac.uk",
author="Heet Sankesara, Amos Folarin",
author_email="heet.sankesara@kcl.ac.uk, amos.folarin@kcl.ac.uk",
keywords=['mhealth', 'pipeline', 'big-data'],
packages=find_packages(),
install_requires=[
Expand All @@ -28,15 +28,15 @@ def read_file(filename):
"numpy==1.22.3",
"scipy==1.10.0",
"pyspark[sql]==3.3.0",
"GitPython==3.1.30"],
"GitPython==3.1.30",
"strictyaml==1.7.3",
"paramiko==3.1.0"],
test_suite="tests",
include_package_data=True,
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache Software License",
"Intended Audience :: Science/Research",
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
Expand Down

0 comments on commit 4e29cff

Please sign in to comment.