-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpyproject.toml
33 lines (28 loc) · 1.09 KB
/
pyproject.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
[tool.poetry]
name = "basty"
version = "0.1.01"
description = "basty (Automated Behavioral Analysis of Asleep Fruit Fly) is a software designed to analyze behavioral correlates of sleep in Drosophila Melanogaster. The software consists of an end-to-end & multi-stage pipeline and a couple of useful scripts for behavioral analysis. basty is specifically designed for unique challenges related to the characteristics of sleep, so can deal with hard-to-detect behaviors exhibited rarely during long sleep cycles."
authors = ["Ali Osman Berk Şapcı <[email protected]>", "Mehmet Fatih Keleş <[email protected]>"]
license = "MIT"
[tool.poetry.dependencies]
python = "3.9.0"
PyYAML = "6.0"
filterpy = "1.4.5"
hdbscan = "0.8.32"
joblib = "1.1.0"
pandas = "1.3.5"
scikit-learn = "1.1.1"
tqdm = "4.63.0"
umap-learn = "0.5.2"
numpy = "1.23.0"
scipy = "1.8.0"
PyWavelets = "^1.2.0"
moviepy = "^1.0.3"
seaborn = "^0.12.2"
jupyter = "^1.0.0"
plotly = "^5.17.0"
opencv-python = "^4.8.1.78"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.dev-dependencies]