We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[/usr/local/lib/python3.10/dist-packages/quantus/__init__.py](https://localhost:8080/#) in <module> 7 # Set the correct version. 8 import toml ----> 9 package = toml.load("pyproject.toml") 10 __version__ = package["project"]["version"] 11 [/usr/local/lib/python3.10/dist-packages/toml/decoder.py](https://localhost:8080/#) in load(f, _dict, decoder) 131 132 if _ispath(f): --> 133 with io.open(_getpath(f), encoding='utf-8') as ffile: 134 return loads(ffile.read(), _dict, decoder) 135 elif isinstance(f, list): FileNotFoundError: [Errno 2] No such file or directory: 'pyproject.toml'
-successful import
The text was updated successfully, but these errors were encountered:
Thanks for highlighting. Fixed in https://github.com/understandable-machine-intelligence-lab/Quantus/releases/tag/v0.4.3.
Sorry, something went wrong.
No branches or pull requests
Description
Steps to reproduce the behavior
Minimum acceptance criteria
-successful import
The text was updated successfully, but these errors were encountered: