Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Dependencies update for Python 3.11 #41

Closed
5 tasks
baraline opened this issue Mar 13, 2023 · 1 comment
Closed
5 tasks

Dependencies update for Python 3.11 #41

baraline opened this issue Mar 13, 2023 · 1 comment
Labels
dependencies Pull requests that update a dependency file

Comments

@baraline
Copy link
Owner

baraline commented Mar 13, 2023

When installing convst for Python 3.11, error occurs due to some dependencies version not matching with the absence of upper bound version for dependencies.

  • Update lower dependencies version
  • Add upper version
  • Add Python 3.11 to test pipeline
  • Add deprecations check in test pipeline (Is it possible to make test for both lower and upper versions specified ?)
  • Move test, doc and graphic dependencies to optional dependencies
@baraline baraline added the bug Something isn't working label Mar 13, 2023
@baraline
Copy link
Owner Author

Pull request #45 fix some issues by adding lower/upper version requirement for critical dependencies.

As Numba does not yet support 3.11 (which was causing the issue to begin with), the issue will remain open until it does.

@baraline baraline added dependencies Pull requests that update a dependency file and removed bug Something isn't working labels Mar 16, 2023
@baraline baraline changed the title [BUG] Dependencies for Python 3.11 Dependencies update for Python 3.11 Mar 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

1 participant