Skip to content
New issue

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

Combine #8067 #8069 #8071

Closed
wants to merge 24 commits into from
Closed

Combine #8067 #8069 #8071

wants to merge 24 commits into from

Conversation

esc
Copy link
Member

@esc esc commented May 19, 2022

No description provided.

sklam and others added 24 commits December 15, 2021 13:11
Pin packages for release 0.55 branch
…_final

Update CHANGE_LOG for 0.55.0 final.
CUDA: Fix linking with PTX when compiling lazily
…tation_pass

Move the type annotation pass to post legalization.
CUDA: Fixes missing type annotation pass following numba#7704
Update URLs in error messages to refer to RTD docs.
…_year

Fix the release year for Numba 0.55 change log entry.
Fix numba#7713: Ensure _prng_random_hash return has correct bitwidth
Fix numba#7751: Use original filename for array exprs
…line_test

Avoid issue with DI gen for arrayexprs.
Handle Omitted/OmittedArgDataModel in DI generation.
Fix issues with locating/parsing source during DebugInfo emission.
Refactor threading layer priority tests to not use stdout/stderr
CUDA: Deprecate support for CC < 5.3 and CTK < 10.2
The public CI configuration assumes that the latest llvmlite should be
installed. This is 0.39.0dev0 at the time of writing. However, Numba
0.55.* requires llvmlite 0.38.* -- so we install that instead.

```
Traceback (most recent call last):
  File "/home/vsts/miniconda3/envs/azure_ci/lib/python3.7/site-packages/pkg_resources/__init__.py", line 579, in _build_master
    ws.require(__requires__)
  File "/home/vsts/miniconda3/envs/azure_ci/lib/python3.7/site-packages/pkg_resources/__init__.py", line 897, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/home/vsts/miniconda3/envs/azure_ci/lib/python3.7/site-packages/pkg_resources/__init__.py", line 788, in resolve
    raise VersionConflict(dist, req).with_context(dependent_req)
pkg_resources.ContextualVersionConflict: (llvmlite 0.39.0.dev0+80.g409cd6d (/home/vsts/miniconda3/envs/azure_ci/lib/python3.7/site-packages), Requirement.parse('llvmlite<0.39,>=0.38.0rc1'), {'numba'})

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/vsts/miniconda3/envs/azure_ci/bin/numba", line 4, in <module>
    __import__('pkg_resources').require('numba==0.55.1+2.g4bb1964e1')
  File "/home/vsts/miniconda3/envs/azure_ci/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3246, in <module>
    @_call_aside
  File "/home/vsts/miniconda3/envs/azure_ci/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3221, in _call_aside
    f(*args, **kwargs)
  File "/home/vsts/miniconda3/envs/azure_ci/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3259, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/home/vsts/miniconda3/envs/azure_ci/lib/python3.7/site-packages/pkg_resources/__init__.py", line 581, in _build_master
    return cls._build_from_requirements(__requires__)
  File "/home/vsts/miniconda3/envs/azure_ci/lib/python3.7/site-packages/pkg_resources/__init__.py", line 594, in _build_from_requirements
    dists = ws.resolve(reqs, Environment())
  File "/home/vsts/miniconda3/envs/azure_ci/lib/python3.7/site-packages/pkg_resources/__init__.py", line 783, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'llvmlite<0.39,>=0.38.0rc1' distribution was not found and is required by numba
```
… into release0.55

* public_ci/pin_llvmlite:
  Install llvmlite 0.38 for Numba 0.55.*

* backport/0.55/numpy_122:
  Backport numba#8027: Support for NumPy 1.22
@esc
Copy link
Member Author

esc commented May 19, 2022

Wrong base branch, closing.

@esc esc closed this May 19, 2022
@esc esc added the abandoned PR is abandoned (no reason required) label May 19, 2022
@esc esc mentioned this pull request May 19, 2022
21 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
abandoned PR is abandoned (no reason required)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants