Skip to content
This repository has been archived by the owner on Feb 4, 2025. It is now read-only.

Commit

Permalink
towards uv
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Jan 7, 2025
1 parent 6d3fb5d commit e00810a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TASK_X_REMOTE_TASKFILES=1
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.DS_Store
.idea
.task
__pycache__

CONTRIBUTING.md
Expand Down
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.12
7 changes: 0 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@ dependencies = [
repository = "https://github.com/cvxgrp/boilerplate"
homepage = "https://www.cvxgrp.com/boilerplate"

#[tool.poetry.dependencies]
#python = ">=3.9.0,<3.13"
#jinja2= "*"
#toml = "*"
#fire = "*"
#loguru = "*"

[dependency-groups]
dev = [
"pytest-cov>=6.0.0",
Expand Down
5 changes: 5 additions & 0 deletions taskfile.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
version: '3'

includes:
simulator:
cook: https://github.com/cvxgrp/.github.git//tasks/setup.yml?ref=main

0 comments on commit e00810a

Please sign in to comment.