Matt Davis

Results 643 comments of Matt Davis

Well I wouldn't pass `--no-deps` because as I said we already pass that by default, but I wasn't able to get it to work with the specifier `~=2.8.0` but removing...

Well something is wrong with that version for it to be resolved, version specifiers in generally are working.

Actually my reason it wasn't resolving is I have default python 3.11 and that version only goes up to 3.11 -- when I run this it works: ``` $ pipenv...

The other thing my PR does not address is how to store extra pip args in the Pipfile for future relocking so it doesn't have to be supplied on the...

What other packages in your Pipfile dependencies might be affecting your resolution? maybe something is requiring a newer version of tensorflow.

Well wait, `win_amd64` isn't going to work for you on a MBP ...

Looks like the wheel you are targeting is [macosx_10_14_x86_64] as you had in your original comment (https://files.pythonhosted.org/packages/b1/c7/0df8a0819e16af0fdd38791dc048af621a089fb952e313206bb9e6fea42d/tensorflow-2.8.3-cp310-cp310-macosx_10_14_x86_64.whl)

Well you haven't answered my question -- do you have anything else in your Pipfile being specified? I showed an example of it working with my branch, but I had...

@ChannyClaus you are still specifying a windows platform in that example. Digging a bit deeper, you have a arm64 architecture, but the 2.8 wheels do not have a mac os...

@rjsilver If you can check the ruff lint and add a news fragment, I may be able to include this in tonight's release.