Skip to content

Commit a132b3b

Browse files
committed
updating reqs
1 parent 2634079 commit a132b3b

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
lines changed

prefect.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Generic metadata about this project
66
name: image_portal_workflows
7-
prefect-version: 2.13.6
7+
prefect-version: 3.4.8
88

99
# build section allows you to manage and build docker images
1010
build:
@@ -16,7 +16,7 @@ push:
1616
# https://docs.prefect.io/latest/api-ref/prefect/deployments/steps/pull/#prefect.deployments.steps.pull.set_working_directory
1717
pull:
1818
- prefect.deployments.steps.set_working_directory:
19-
directory: /gs1/home/hedwig_prod/image_portal_workflows
19+
directory: /data/home/svc_hpchedwig_dev/image_portal_workflows
2020
# - prefect.deployments.steps.git_clone:
2121
# repository: [email protected]:niaid/image_portal_workflows.git
2222
# branch: feature/prefect2

requirements-dev.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
2-
31
coverage==7.5.3
42
coverage-badge==1.1.0
5-
pytest==8.2.2
3+
pytest~=8.3
64
pytest-cov==4.1.0
75
pytest-env==1.1.5
86
pytest-asyncio==0.23.7

requirements.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
2-
31
python-dotenv==1.1.1
4-
prefect==3.4.8
2+
prefect[dask]==3.4.8
53
griffe==1.7.3
64
Jinja2==3.1.6
75
requests==2.32.3
86
natsort==8.4.0
97
pytools@https://github.com/niaid/tomojs-pytools/releases/download/v3.3.2/pytools-3.3.2-py3-none-any.whl
108
aiohttp==3.9.5
11-
prefect_dask==0.3.0
129
simpleitk==2.5.2
13-
dask-jobqueue==0.9.0
10+
dask-jobqueue~=0.8

0 commit comments

Comments
 (0)