-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
37 lines (35 loc) · 871 Bytes
/
pyproject.toml
File metadata and controls
37 lines (35 loc) · 871 Bytes
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
34
35
36
37
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "zooniverse_qpo"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"astropy>=7.0.1",
"ipywidgets>=8.1.5",
"jupyterlab>=4.3.4",
"mind-the-gaps",
"moviepy>=2.1.2",
"nbformat>=5.10.4",
"notebook>=7.3.2",
"numba>=0.61.0",
"numpy<2",
"panoptes-client>=1.7.0",
"panoptes>=0.2.2",
"plotly>=5.24.1",
"pydub>=0.25.1",
"pyfftw>=0.15.0",
"setuptools>=75.8.0",
"stingray>=2.0.0rc1",
"strauss",
"decouple>=0.0.7",
"ipython>=9.0.2",
"click>=8.1.8",
"sqlalchemy>=2.0.40",
]
[tool.uv.sources]
strauss = { git = "https://github.com/james-trayford/strauss.git" }
mind-the-gaps = { git = "https://github.com/smangham/mind_the_gaps.git" }