-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add cell type annotation GUI to ChatGSE platform #3
Comments
Hey Sebastian, i tried the chatGSE and i like the idea. So i added it to our project and tried my first experiments with text2term and chatGSE. But at the moment the is one problem. We need to add text2term to the poetry enviroment. But the versions of the libaries text2term and chatGSE depend on are different. Because we can not change the libaries of text2term we need to change the libaries of chatGSE. Here is the output of my try: poetry add text2term Updating dependencies The current project's Python requirement (>=3.10,<4.0) is not compatible with some of the required packages Python requirement:
Because no versions of text2term match >2.3.2,<3.0.0 • Check your dependencies Python requirement: The Python requirement can be specified via the
Am we allowed to change it and should we try it? |
You can try out anything on a fork of the repo, for that you don't need permissions. However, I would first look into whether this error is actually legit. From what I see, it does not make sense:
None of the packages in ChatGSE should require Python >=3.12. We require 3.10 at least, but that should be fine with text2term. Maybe you can try to figure out what the actual problem there is. |
I found the problem. For scipy the range is to big and because of this we are getting the error. So now it is working. |
Good that it's working, but I still don't understand the issue.
|
What exactly did you change? |
I don't understand the issue, too. But according to the internet such prolems appear sometimes. In the pyproject.toml I changed the version from: [tool.poetry.dependencies] to: python = ">=3.10, <3.12" |
great. can you file a pull request? |
Additionally I added text2term to poetry. This added some points to the poetry.lock file. I pushed it to the repository. How do I file a pull request. |
I don't understand, which repository did you push it to? You can look these things up, you know? GitHub issues are not the place to discuss basic usage. It takes 5 minutes of googling... |
I pushed it to the sc2sc repository under the folder ChatGSE-main. It contains a full copy of the ChatGSE Project. According to the pull request I have to go now. So I will do it later. |
Hei Sebastian, |
See if it works for you now. I gave the WFT team triage access to the repo. |
Here's the repo: https://github.com/biocypher/ChatGSE
The text was updated successfully, but these errors were encountered: