Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jammy2211 committed Nov 6, 2024
1 parent 577773e commit 54987dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion autolens/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@

conf.instance.register(__file__)

__version__ = "2024.9.21.2"
__version__ = "2024.11.6.1"
2 changes: 1 addition & 1 deletion docs/installation/conda.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ You may get warnings which state something like:

.. code-block:: bash
ERROR: autoarray 2024.9.21.2 has requirement numpy<=1.22.1, but you'll have numpy 1.22.2 which is incompatible.
ERROR: autoarray 2024.11.6.1 has requirement numpy<=1.22.1, but you'll have numpy 1.22.2 which is incompatible.
ERROR: numba 0.53.1 has requirement llvmlite<0.37,>=0.36.0rc1, but you'll have llvmlite 0.38.0 which is incompatible.
If you see these messages, they do not mean that the installation has failed and the instructions below will
Expand Down
2 changes: 1 addition & 1 deletion docs/installation/pip.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ You may get warnings which state something like:

.. code-block:: bash
ERROR: autoarray 2024.9.21.2 has requirement numpy<=1.22.1, but you'll have numpy 1.22.2 which is incompatible.
ERROR: autoarray 2024.11.6.1 has requirement numpy<=1.22.1, but you'll have numpy 1.22.2 which is incompatible.
ERROR: numba 0.53.1 has requirement llvmlite<0.37,>=0.36.0rc1, but you'll have llvmlite 0.38.0 which is incompatible.
If you see these messages, they do not mean that the installation has failed and the instructions below will
Expand Down

0 comments on commit 54987dd

Please sign in to comment.