Skip to content

Commit 6da8c91

Browse files
committed
Fix bad merge
1 parent 90be93a commit 6da8c91

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

conda/meta.yaml

-17
Original file line numberDiff line numberDiff line change
@@ -30,29 +30,12 @@ test:
3030
imports:
3131
- beamlime
3232
requires:
33-
<<<<<<< before updating
34-
- pytest
35-
- pytest-asyncio
36-
- psutil
37-
- pandas
38-
- pyarrow # Future hard-dependency of pandas, it can be removed from pandas>3.0
39-
- numpy
40-
- scipp
41-
- plopp
42-
- sciline
43-
- essreduce
44-
- pooch
45-
||||||| last update
46-
- pytest
47-
=======
48-
4933
{# Conda does not allow spaces between package name and version, so remove them #}
5034
{% for package in test_dependencies %}
5135
- {% if package == "graphviz" %}python-graphviz{% else %}{{ package|replace(" ", "") }}{% endif %}
5236
{% endfor %}
5337

5438

55-
>>>>>>> after updating
5639
source_files:
5740
- pyproject.toml
5841
- tests/

0 commit comments

Comments
 (0)