Skip to content
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

Conda to uv #390

Merged
merged 3 commits into from
Nov 27, 2024
Merged

Conda to uv #390

merged 3 commits into from
Nov 27, 2024

Conversation

keller-mark
Copy link
Member

@keller-mark keller-mark commented Nov 20, 2024

Fixes #377

Related to #364

@keller-mark
Copy link
Member Author

Some notes:

  • Many of the scverse packages like anndata and scanpy keep restricting the minimum python version to only the officially-still-supported python versions. For example, this is currently 3.10
  • Many older versions of packages that were released pre-numpy-2 do not work with Numpy 2 but also do not specify in their dependencies that only Numpy 1 is supported (since at the time of release, numpy 2 did not exist yet). For example, scanpy pre-1.10.2 did not specify numpy<2 but will fail to import with numpy 2

Copy link
Collaborator

@tkakar tkakar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One minor comment. Looks good otherwise.

README.md Show resolved Hide resolved
@keller-mark keller-mark merged commit a19bea9 into main Nov 27, 2024
10 checks passed
@keller-mark keller-mark deleted the keller-mark/uv branch November 27, 2024 21:44
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.

Use uv to manage dependencies in development environments, remove conda usage
2 participants