Skip to content

Commit

Permalink
Merge pull request #1566 from chaoss/spg-patch-q
Browse files Browse the repository at this point in the history
version bumps for dependencies
  • Loading branch information
sgoggins committed Jan 13, 2022
2 parents 5ef7941 + 3bef142 commit c0a8775
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

__short_description__ = "Python 3 package for free/libre and open-source software community metrics, models & data collection"

__version__ = "0.23.7"
__release__ = "v0.23.7"
__version__ = "0.23.7.2"
__release__ = "v0.23.7.2"

__license__ = "MIT"
__copyright__ = "University of Missouri, University of Nebraska-Omaha, CHAOSS & Augurlabs 2022"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"Flask-Login==0.5.0",
"Flask-WTF==0.15.1",
"pandas==1.3.2",
"numpy==1.19.5",
"numpy==1.21",
"requests==2.22.0",
"psycopg2-binary==2.8.6",
"click==8.0.3",
Expand All @@ -61,7 +61,7 @@
"distributed >= 2021.03.0",
"nltk==3.6.6",
"h5py~=3.1.0",
"scipy==1.6.3",
"scipy==1.7.3",
"blinker==1.4",
"protobuf > 3.6.0",
"slack==0.0.2",
Expand Down
2 changes: 1 addition & 1 deletion workers/contributor_worker/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def read(filename):
'requests==2.22.0',
'psycopg2-binary==2.8.6',
'click==8.0.3',
'scipy==1.6.3',
'scipy==1.7.3',
'sklearn==0.0'
],
entry_points={
Expand Down
2 changes: 1 addition & 1 deletion workers/discourse_analysis_worker/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def read(filename):
'requests==2.22.0',
'psycopg2-binary==2.8.6',
'click==8.0.3',
'scipy==1.6.3',
'scipy==1.7.3',
'nltk==3.6.6',
'pandas==1.3.2',
'scikit-learn==0.24.1',
Expand Down
4 changes: 2 additions & 2 deletions workers/insight_worker/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ def read(filename):
'requests==2.22.0',
'psycopg2-binary==2.8.6',
'click==8.0.3',
'scipy>=1.6.3',
'scipy>=1.7.3',
'sklearn==0.0',
'numpy>=1.19.5',
'numpy>=1.21.0',
],
entry_points={
'console_scripts': [
Expand Down
8 changes: 4 additions & 4 deletions workers/message_insights_worker/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def read(filename):

setup(
name="message_insights_worker",
version="0.0.0",
version="0.1.2",
url="https://github.com/chaoss/augur",
license='MIT',
author="Augur Team",
Expand All @@ -28,16 +28,16 @@ def read(filename):
'requests==2.22.0',
'psycopg2-binary==2.8.6',
'click==8.0.3',
'scipy==1.6.3',
'scipy==1.7.3',
'sklearn==0.0',
'numpy==1.21.0',
'nltk==3.6.6',
'pandas==1.3.2',
'gensim==3.8.3',
'emoji==1.2.0',
'Keras==2.4.3',
'Keras<2.8.0',
'Keras-Preprocessing==1.1.2',
'tensorflow==2.5.2',
'tensorflow==2.7.0',
'h5py~=3.1.0',
'scikit-image==0.18.1',
'joblib==1.0.1',
Expand Down
2 changes: 1 addition & 1 deletion workers/pull_request_analysis_worker/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def read(filename):
'emoji==1.2.0',
'joblib==1.0.1',
'xgboost==1.4.2',
'scipy==1.6.3'
'scipy==1.7.3'
],
entry_points={
'console_scripts': [
Expand Down
2 changes: 1 addition & 1 deletion workers/pull_request_worker/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def read(filename):

setup(
name="pull_request_worker",
version="1.0.0",
version="1.1.0",
url="https://github.com/chaoss/augur",
license='MIT',
author="Augurlabs",
Expand Down

0 comments on commit c0a8775

Please sign in to comment.