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

Relax torch pin #1523

Open
sk1p opened this issue Oct 9, 2023 · 1 comment
Open

Relax torch pin #1523

sk1p opened this issue Oct 9, 2023 · 1 comment
Labels

Comments

@sk1p
Copy link
Member

sk1p commented Oct 9, 2023

The old torch version does not install on Python 3.11. The pin comment says:

LiberTEM/setup.py

Lines 168 to 171 in ade8168

# NumPy interfacing issue on Win 11, Python 3.10
# Likely caused by other packages constraining NumPy version to <1.23
# FIXME recheck later again
'torch': 'torch<1.12',

Need to verify that the current version works properly and relax the pin.

@sk1p sk1p added the windows label Oct 9, 2023
@uellue
Copy link
Member

uellue commented Oct 9, 2023

The installation with current torch version runs with Win 11 and latest LiberTEM on Python 3.11. However, I did not confirm that it is actually using torch. I ran libertem-server and did a disk analysis on a MIB file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants