You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The installation instructions in the README only work for <3.12.
I recommend the following two steps:
Get everything running on Python 3.8 or 3.9 (at least the CI tests on those, see here). Might work up until <3.12. How can you get this running? Pin the Python version here as python=3.8 after downloading the package and follow the instructions.
Since the now up-to-date Python version is 3.12. This involves updating the installation* and most probably the code itself as there have been quite some API updates in our dependencies. *Update the repo as described here: Support Python 3.12 only wolberlab/dynophores#66
Update setup.py Python version from >=3.8 to >=3.12
Update versioneer.py so that it is compatible with Python 3.12
The installation instructions in the README only work for <3.12.
I recommend the following two steps:
python=3.8
after downloading the package and follow the instructions.@AndreaVolkamer can you please ping your student here?
The text was updated successfully, but these errors were encountered: