-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpyproject.toml
More file actions
40 lines (37 loc) · 995 Bytes
/
pyproject.toml
File metadata and controls
40 lines (37 loc) · 995 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
38
[project]
name = "splash-flows"
version = "0.1.0"
description = "ALS configuration and code for Prefect workflows to move data and run computing tasks"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"authlib",
"globus-compute-sdk @ git+https://github.com/globus/globus-compute.git@d1731340074be56861ec91d732bdff44f8e2b46e#subdirectory=compute_sdk",
"globus-sdk>=3.0",
"griffe>=0.49.0,<2.0.0",
"h5py",
"httpx>=0.22.0",
"mkdocs",
"mkdocs-material",
"mkdocs-mermaid2-plugin",
"mlflow==2.22.0",
"numpy>=1.26.4",
"pillow",
"prefect==3.4.2",
"prometheus_client==0.21.1",
"pydantic==2.11",
"python-dotenv",
"pyyaml",
"scicat_beamline @ git+https://github.com/als-computing/scicat_beamline.git@4828273f5f49ba4eba5442728729e0545b3f5b79",
"sfapi_client"
]
[build-system]
requires = [
"black",
"flake8",
"freezegun",
"pytest",
"pytest-mock",
"setuptools"
]
build-backend = "setuptools.build_meta"