Skip to content

Commit

Permalink
Merge ea6f4cd into 9e809d4
Browse files Browse the repository at this point in the history
  • Loading branch information
htgoebel committed Dec 8, 2023
2 parents 9e809d4 + ea6f4cd commit 77d54c7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changes
=======

In next release ...

- Fix names of dependencies for ``importlib_resources`` and
``importlib_metadata``.
(``#394 <https://github.com/malthe/chameleon/pull/394>`_)
4.3.0 (2023-12-04)
------------------
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
CHANGES = ''

install_requires = [
'importlib.metadata;python_version<"3.10"',
'importlib.resources;python_version<"3.9"']
'importlib-metadata;python_version<"3.10"',
'importlib-resources;python_version<"3.9"']


class Benchmark(test):
Expand Down

0 comments on commit 77d54c7

Please sign in to comment.