Skip to content

Commit 77e9a74

Browse files
Merge branch 'fix/add-missing-dependencies' into release/0.2.2
2 parents 8dcca28 + 3fcc7f0 commit 77e9a74

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/pr_workflow.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
python -m pip install --upgrade pip
2020
pip install wheel
2121
pip install numpy cython h5py
22-
pip install xtrack xpart xfields nafflib
2322
pip install --no-build-isolation .[tests]
2423
- name: Run tests
2524
run: |

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,11 @@
4444
'numpy>=1.0',
4545
'scipy',
4646
'pyyaml',
47-
'pandas'
47+
'pandas',
48+
'xpart',
49+
'xfields'
4850
],
4951
extras_require={
50-
'tests': ['pytest', 'PyHEADTAIL'],
52+
'tests': ['pytest', 'PyHEADTAIL', 'nafflib'],
5153
},
5254
)

0 commit comments

Comments
 (0)