-
Hi,
Since its been a while this project is published, can someone please provide a list of the right python dependencies for me that I need to install. Also which python2 version do you need for th…
-
This looks like a bug in `max_satisfying` to me.
```
from semver import max_satisfying
versions = [ '49.0.0.2', '49.0.0.4', '49.0.0.5' ]
range_ = '>=49'
print(max_satisfying(versions, range_, loo…
-
I'd propose to stop testing against python 3.7, as it already reached [end of life](https://endoflife.date/python) and start using 3.11 instead.
I also wonder whether it is necessary to test agains…
-
After installing the datalad-dataverse interface on my new Mac (Apple M3, MacOS 15.0.1), using `pip install datalad-dataverse`,I'm running into an error, when trying to create a datalad sibling on Dat…
-
```
./playlist_updates.py
File "/home/pmansfield/git/pmansfield/devops_utilities/google/./playlist_updates.py", line 60
print 'New playlist ID: %s' % playlists_insert_response['id']
^^^^…
-
We are getting some reliable CI failures on main with the workflow that test our oldest dependencies.
It affects windows with python 3.9 and matplotlib==3.3.0 (all the other dependencies should be th…
-
### CI Test Type
Acceptance
### Stacktrace
```shell
Run actions/setup-python@v3
Version 3.8.15 was not found in the local cache
Error: Request timeout: /repos/actions/python-versions/git/trees/ma…
-
### 🐛 Describe the bug
this simple code:
```python
import torch
def fn(x):
a = torch.cos(x)
b = torch.sin(a)
return b
new_fn = torch.compile(fn, backend="inductor")
input_tensor …
-
Please, is it possible to provide the used versions of Python, Tensorflow and Keras used to train and test the model? Thanks for your attention. @wubozhi @visionwbz
-