We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6ba639 commit 6b7fc9aCopy full SHA for 6b7fc9a
.github/workflows/main.yml
@@ -20,6 +20,6 @@ jobs:
20
- name: Set up Python 3.10
21
run: uv python install python3.10
22
- name: Install the project
23
- run: uv sync --dev --locked
+ run: uv sync --dev --frozen
24
- name: Run tests
25
run: uv run tox
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "types-scipy-sparse"
3
-version = "0.0.1"
+version = "0.1.0"
4
description = "Type hints for scipy sparse module"
5
authors = [{ name = "Barak A. Katzir", email = "barakatzir@gmail.com" }]
6
requires-python = ">=3.10"
0 commit comments