-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
34 lines (32 loc) · 963 Bytes
/
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
32
33
34
[tool.poetry]
name = "barnacle-manuscript"
version = "0.1.0"
description = "repository to organize the scripts, analyses, figures, and latex files for the publication linked to barnacle"
authors = ["Stephen Blaskowski <[email protected]>"]
license = "MIT"
readme = "README.md"
packages = [{include = "barnacle-manuscript"}]
[tool.poetry.dependencies]
python = ">=3.10 <3.12"
numpy = "^1.26.1"
pandas = "^2.1.1"
matplotlib = "^3.8.0"
scikit-learn = "^1.3.1"
seaborn = "^0.13.0"
xarray = "^2023.9.0"
notebook = "^7.0.5"
rpy2 = "^3.5.14"
netcdf4 = "^1.6.4"
h5py = "^3.10.0"
tensorly = "^0.8.1"
pycmap = "^0.2.19"
xlrd = "^2.0.1"
tensorly-lab = {git = "https://github.com/tensorly/lab.git", rev = "f0695f0"}
barnacle = {git = "https://github.com/blasks/barnacle.git", rev = "612b6a4"}
umap-learn = "^0.5.4"
openpyxl = "^3.1.2"
kaleido = "0.2.1"
scikit-image = "^0.22.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"