Tom Ritchford on Nostr: Where's this debugging coming from, if you change nothing?? You shouldn't be pinning ...
Where's this debugging coming from, if you change nothing??
You shouldn't be pinning dependencies, anyway. Your requirements.txt file should have a line like:
numpy>=1.7
where the number is the least number that you know works with your code, and the existence of 2.0 shouldn't change that.
Published at
2024-06-16 20:51:56Event JSON
{
"id": "ce5cfd558c8950247a166edf485832c91cb76acbeb496495c924a5d5d49023f2",
"pubkey": "a3a054a7080072b8903b01ebaef06bc4c40bc312d4dc5eaa1ac317948e4c2c15",
"created_at": 1718571116,
"kind": 1,
"tags": [
[
"p",
"2d90117d6321e24d1844a4f65134685c649bfb8e3c9c5846ae61b642c012a0ad"
],
[
"e",
"d3b82bcc45d2cd821d6ca4020a8e400e22f084f4a95e96a6cb2c090c879c1aff",
"",
"root"
],
[
"proxy",
"https://toot.community/@TomSwirly/112628276660565297",
"web"
],
[
"proxy",
"https://toot.community/users/TomSwirly/statuses/112628276660565297",
"activitypub"
],
[
"L",
"pink.momostr"
],
[
"l",
"pink.momostr.activitypub:https://toot.community/users/TomSwirly/statuses/112628276660565297",
"pink.momostr"
]
],
"content": "Where's this debugging coming from, if you change nothing??\n\nYou shouldn't be pinning dependencies, anyway. Your requirements.txt file should have a line like:\n\nnumpy\u003e=1.7 \n\nwhere the number is the least number that you know works with your code, and the existence of 2.0 shouldn't change that.",
"sig": "04317c23947ec6c240ef527136d17add880076e12394d887ff677a9d550a73d96fe9291d6585187a1826c2308aa92007bb69046c1c624b734cca2fd2f0447081"
}