Skip to content

Commit

Permalink
version2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jammy2211 committed Jan 27, 2024
1 parent e7d078e commit f89aa9d
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 @@ -114,4 +114,4 @@

conf.instance.register(__file__)

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

.. code-block:: bash
ERROR: autoarray 2023.9.18.4 has requirement numpy<=1.22.1, but you'll have numpy 1.22.2 which is incompatible.
ERROR: autoarray 2024.1.27.2 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 2023.9.18.4 has requirement numpy<=1.22.1, but you'll have numpy 1.22.2 which is incompatible.
ERROR: autoarray 2024.1.27.2 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 f89aa9d

Please sign in to comment.