Skip to content

Commit

Permalink
refactor: convert to uv distribution system
Browse files Browse the repository at this point in the history
  • Loading branch information
noamteyssier committed Oct 9, 2024
1 parent 245c178 commit 7ea12c4
Show file tree
Hide file tree
Showing 6 changed files with 568 additions and 17 deletions.
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.11
26 changes: 26 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[project]
name = "muxsim"
version = "0.1.1"
description = "A tool to simulate cell/guide matrices"
readme = "README.md"
requires-python = ">=3.11"
authors = [{ name = "Noam Teyssier" }]
dependencies = [
"matplotlib>=3.9.2",
"numpy>=2.1.2",
"pandas>=2.2.3",
"scipy>=1.14.1",
"seaborn>=0.13.2",
"tqdm>=4.66.5",
]


[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.uv]
dev-dependencies = [
"pytest>=8.3.3",
"ruff>=0.6.9",
]
17 changes: 0 additions & 17 deletions setup.py

This file was deleted.

File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 7ea12c4

Please sign in to comment.