Merge pull request #1059 from SheffieldML/1058-update-paramz-dependency

1058 update paramz dependency
This commit is contained in:
Martin Bubel 2024-01-12 18:53:25 +01:00 committed by GitHub
commit cc3cf58a5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View file

@ -53,7 +53,7 @@ jobs:
deploy: deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: develop-matrix needs: develop-matrix
# if: github.event_name == 'release' && github.event.action == 'created' if: github.event_name == 'release' # && github.event.action == 'created'
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4

View file

@ -4,6 +4,8 @@
## v1.13.0 (2023-12-20) ## v1.13.0 (2023-12-20)
* update `paramz` depdency to `>=0.9.6`
* limit supported python versions to `">=3.9"` in accordance with numpy * limit supported python versions to `">=3.9"` in accordance with numpy
* Change from `nosetest` to `pytest` * Change from `nosetest` to `pytest`

View file

@ -142,8 +142,7 @@ except ModuleNotFoundError:
install_requirements = [ install_requirements = [
"numpy>=1.7", "numpy>=1.7",
"six", "six",
# "paramz @ git+https://github.com/connorfuhrman/paramz/tree/connorfuhrman/np_type_alias_dep.git", "paramz>=0.9.6",
"paramz @ git+https://github.com/MartinBubel/paramz.git@fix-numpy-types",
"cython>=0.29", "cython>=0.29",
] ]
# 'some-pkg @ git+ssh://git@github.com/someorgname/pkg-repo-name@v1.1#egg=some-pkg', # 'some-pkg @ git+ssh://git@github.com/someorgname/pkg-repo-name@v1.1#egg=some-pkg',