We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90be93a commit 6da8c91Copy full SHA for 6da8c91
conda/meta.yaml
@@ -30,29 +30,12 @@ test:
30
imports:
31
- beamlime
32
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
47
-=======
48
-
49
{# Conda does not allow spaces between package name and version, so remove them #}
50
{% for package in test_dependencies %}
51
- {% if package == "graphviz" %}python-graphviz{% else %}{{ package|replace(" ", "") }}{% endif %}
52
{% endfor %}
53
54
55
->>>>>>> after updating
56
source_files:
57
- pyproject.toml
58
- tests/
0 commit comments