-
Notifications
You must be signed in to change notification settings - Fork 0
/
pixi.toml
33 lines (30 loc) · 839 Bytes
/
pixi.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[project]
name = "leetcode"
version = "0.1.0"
description = "Add a short description here"
authors = ["notPlancha <andre.plancha@hotmail.com>"]
channels = ["conda-forge"]
platforms = ["win-64", "linux-64"]
[tasks]
# profile = "python -m pyinstrument -o temp.txt"
profile-line = "kernprof -lv"
profile-c = "python -m cProfile"
# profile-graph = "pycallgraph graphviz --"
# profile-viz = "snakeviz temp.prof"
[dependencies]
python = "==3.11.7"
sortedcontainers = ">=2.4.0,<2.5"
icecream = ">=2.1.3,<2.2"
snakeviz = ">=2.2.0,<2.3"
more-itertools = "==8.10.0"
numpy = "==1.26.3"
sympy = ">=1.12,<2"
# pyinstrument = ">=4.6.2,<4.7"
# line_profiler = ">=4.1.1,<4.2"
# pyprof2calltree = ">=1.4.5,<1.5"
# pycallgraph2 = ">=1.1.3,<1.2"
# graphviz = ">=9.0.0,<9.1"
[pypi-dependencies]
watchpoints = "*"
line-profiler-pycharm = "*"
pytictoc = "*"