Skip to content

Commit

Permalink
bumped up version; updated packages (age- & sex-specific results now …
Browse files Browse the repository at this point in the history
…work for insilicova); bug fix for advanced mode results
  • Loading branch information
jarathomas committed May 14, 2024
1 parent 77e8b2e commit 4c9a1d9
Show file tree
Hide file tree
Showing 4 changed files with 266 additions and 304 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: actions/upload-artifact@v4
if: runner.os == 'Windows'
with:
name: pyopenva-1.1-win64.msi
name: pyopenva-1.2-win64.msi
path: ./dist/*.msi
- name: Upload MacOS dmg
uses: actions/upload-artifact@v4
Expand All @@ -68,4 +68,4 @@ jobs:
- name: Create release in GitHub and uploads attachments
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh release create v1.1 ./dist/pyopenva-1.1-win64.msi ./dist/pyopenVA.dmg
run: gh release create v1.2 ./dist/pyopenva-1.2-win64.msi ./dist/pyopenVA.dmg
6 changes: 3 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ name = "pypi"
[packages]
pyqt5 = "*"
pyqtwebengine = "*"
pycrossva = ">=0.97"
interva = ">=0.0.7"
pycrossva = ">=0.98"
interva = ">=1.0.0"
vacheck = ">=0.0.3"
insilicova = ">=0.1.1"
insilicova = ">=0.1.3"
matplotlib = "==3.6.3"
sphinx = "*"
pandas = "==2.0.3"
Expand Down
Loading

0 comments on commit 4c9a1d9

Please sign in to comment.