Skip to content

xprof Version #855

Description

@tsrikris

xprof 2.20.1 has no wheel published for Python 3.14, so on a 3.14 interpreter pip install can't resolve that exact version and the install fails.

The original pin in setup.py was a hard equality:

"xprof==2.20.1", # Last version with HLO sidecar generation; supports JAX 0.8+ (with benign INT_MAX warnings)

Potential Solution: "xprof>=2.20.1,<2.21" # resolves to 2.20.2 on py3.14 (Not tested)

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions