Spaces:
Running
Running
add prefect to dependency
Browse files- pyproject.toml +4 -2
pyproject.toml
CHANGED
@@ -47,7 +47,8 @@ run = [
|
|
47 |
"fairchem-core==1.1.0",
|
48 |
"sevenn==0.9.3.post1",
|
49 |
"orb-models==0.3.1",
|
50 |
-
"alignn==2024.5.27"
|
|
|
51 |
]
|
52 |
app = [
|
53 |
"streamlit==1.38.0",
|
@@ -65,7 +66,8 @@ test = [
|
|
65 |
"sevenn==0.9.3.post1",
|
66 |
"orb-models==0.3.1",
|
67 |
"alignn==2024.5.27",
|
68 |
-
"pytest"
|
|
|
69 |
]
|
70 |
mace = [
|
71 |
"mace-torch==0.3.4",
|
|
|
47 |
"fairchem-core==1.1.0",
|
48 |
"sevenn==0.9.3.post1",
|
49 |
"orb-models==0.3.1",
|
50 |
+
"alignn==2024.5.27",
|
51 |
+
"prefect>=3.0.4"
|
52 |
]
|
53 |
app = [
|
54 |
"streamlit==1.38.0",
|
|
|
66 |
"sevenn==0.9.3.post1",
|
67 |
"orb-models==0.3.1",
|
68 |
"alignn==2024.5.27",
|
69 |
+
"pytest",
|
70 |
+
"prefect>=3.0.4"
|
71 |
]
|
72 |
mace = [
|
73 |
"mace-torch==0.3.4",
|