Skip to content

Commit

Permalink
* install latest developments of optax (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
albcab authored Apr 13, 2023
1 parent 7100bca commit fb14353
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.7
python-version: 3.8
- name: Give PyPI some time to update the index
run: sleep 240
- name: Attempt install from PyPI
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- style
strategy:
matrix:
python-version: [ '3.7', '3.10']
python-version: [ '3.8', '3.10']
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
Expand Down
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "blackjax"
authors= [{name = "The Blackjax team", email = "remi@thetypicalset.com"}]
description = "Flexible and fast sampling in Python"
requires-python = ">=3.7"
requires-python = ">=3.8"
keywords=[
"probability",
"machine learning",
Expand All @@ -22,7 +22,6 @@ classifiers = [
"License :: OSI Approved :: Apache Software License",
"Operating System :: MacOS",
"Operating System :: POSIX",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand All @@ -36,7 +35,7 @@ dependencies = [
"jax>=0.3.13",
"jaxlib>=0.3.10",
"jaxopt>=0.5.5",
"optax",
"optax@git+https://github.com/deepmind/optax.git",
"typing-extensions>=4.4.0",
]
dynamic = ["version"]
Expand Down
2 changes: 1 addition & 1 deletion requirements-doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jupytext
myst_nb
numba
numpyro
optax
optax@git+https://github.com/deepmind/optax.git
oryx
pymc
scikit-learn
Expand Down

0 comments on commit fb14353

Please sign in to comment.