-
### Description
Installing poetry's conda package with python 3.13 fails.
```
conda create -n test313 python==3.13
conda activate test313
conda install poetry
```
```
Could not solve for e…
-
Python 3.13.0rc1 is out[^1] so it'd be nice to start publishing the corresponding wheels for this package.
[^1]: https://discuss.python.org/t/python-3-13-0-release-candidate-1-released/59703
-
I'm using hg-git in an environment that most people are using git and is hosted on gitlab, and therefore are creating hundreds of branches.
I don't see any tools built into hg-git that helps prune …
-
I'm using `Python 3.8.2` as suggested.
My pip freeze is:
```
addict==2.4.0
APScheduler==3.7.0
attrs==21.2.0
backcall==0.2.0
Brotli==1.0.9
certifi==2021.5.30
charset-normalizer==2.0.4
click==…
-
When I am running the following code:
```
import torch as th
from rllte.xplore.reward import RND
from rllte.env import make_mario_env
from rllte.agent import PPO, DDPG
if __name__ == '__ma…
-
I haven't seen any proposal of this kind in the issues and - based on my use case - it could solve a number of problems.
Scenario:
- you have a Data Registry (as git repo + cloud storage, e.g., AW…
-
With the new aiohttp support in Dulwich, we could make the Xandikos repositories cloneable over HTTP. There are some caveats to watch out for here. For example, if we allow write-access, we should pos…
-
## Description of bug / unexpected behavior
When `Transform`ing a `Graph` into another graph with a different number of edges, the resulting animated graph has the same number of edges as the origi…
-
I'm cannot create the tables of django-cms, when I active 'cms_themes' in INSTALLED_APPS, and run 'python manage.py migrate' to create in Postgres the tables, this is launched:
```
Traceback (most re…
-
It would be good to add docs/conf.py file to be able render available .md documentation in chosen format.
On packaging python modules I'm trying to provide module documentation as man page.