Skip to content

Conversation

sfluegel05
Copy link
Collaborator

@sfluegel05 sfluegel05 commented Aug 7, 2024

Most of our dependencies do not have a version specification. This leads to problems when new users try to install chebai. I made the following changes:

  • Python was previously set to <3.11.8 (see c8252b5), now it is set to >=3.9, <3.12 since the last 3.11 version, 3.11.9 is working fine, but version 3.8 leads to the error error: Parser key "data": 'type' object is not subscriptable during command parsing
  • I fixed the version of numpy to <2 since version 2 is not yet supported by all dependencies (version 2 of numpy has been released in June 2024)
  • I set lightning<=2.1 to avoid the hyperparameter conflict mentioned here: Protein function prediction with GO #39 (comment) (-> upgrade chebai to the latest lightning version #43 )

@sfluegel05 sfluegel05 merged commit 1fc58e2 into dev Aug 8, 2024
2 checks passed
@sfluegel05 sfluegel05 deleted the fix-package-versions branch August 8, 2024 11:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant