Skip to content

Commit

Permalink
updating dependency logic for bayesian-changepoint-detection (#106)
Browse files Browse the repository at this point in the history
* updating dependency logic for bayesian-changepoint-detection

* test build by adding back package installation to requirements

* test build

* test build with previous pytest==7.0.1

* adding temporary dependency on py4j until fixed for python 3.10
  • Loading branch information
sayanchk authored Mar 17, 2022
1 parent 0ebdec1 commit 3d24650
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install flake8 pytest
pip install git+https://github.com/hildensia/bayesian_changepoint_detection@2dd95f5c1d028116899a842ccb3baa173f9d5be9#egg=bayesian-changepoint-detection
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Linting with flake8
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
git+https://github.com/hildensia/bayesian_changepoint_detection@2dd95f5c1d028116899a842ccb3baa173f9d5be9#egg=bayesian-changepoint-detection
changepy>=0.3.1
hyperopt>=0.1.2
numpy>=1.17.5
Expand All @@ -8,3 +7,4 @@ scipy>=1.6.0
statsmodels>=0.13.0
scikit-learn>=0.24.2
decorator>=5.1.0
py4j<=0.10.9.3
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name='luminaire',
version='0.4.0.dev2',
version='0.4.0.dev3',

license='Apache License 2.0',

Expand Down

0 comments on commit 3d24650

Please sign in to comment.