forked from paperswithcode/ai-deadlines
-
Notifications
You must be signed in to change notification settings - Fork 9
/
pixi.toml
28 lines (26 loc) · 840 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
[project]
name = "python-deadlines"
version = "0.1.0"
description = "Python deadlines is a Python package to parse and manage deadlines from various sources."
authors = ["Jesper Dramsch <[email protected]>"]
channels = ["conda-forge"]
platforms = ["win-64", "osx-arm64", "linux-64"]
[tasks]
sort = 'python ./utils/sort_yaml.py --skip_links'
links = 'python ./utils/sort_yaml.py'
merge = 'python ./utils/main.py'
serve = "bundler exec jekyll serve"
profile = "bundler exec jekyll build --profile"
newsletter = "python ./utils/newsletter.py"
[dependencies]
python = ">=3.12.3,<3.13"
thefuzz = ">=0.22.1,<0.23"
pandas = ">=2.2.2,<2.3"
iso3166 = ">=2.1.1,<2.2"
icalendar = ">=5.0.12,<5.1"
yaml = ">=0.2.5,<0.3"
pyyaml = ">=6.0.1,<6.1"
tqdm = ">=4.66.2,<4.67"
requests = ">=2.31.0,<2.32"
pre-commit = ">=3.1.1,<3.8"
pydantic = ">=2.7.3,<2.8"