We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dad409b commit a8cecd2Copy full SHA for a8cecd2
environment.yml
@@ -64,7 +64,13 @@ dependencies:
64
- pyyaml
65
- networkx
66
- pytest
67
- - conda-forge::pytest-check
+ # we use a the pytest-check plugin, which is on Conda and PyPI, but the
68
+ # version compatible with Python 3.7 is only on PyPI
69
+ # switch to the conda version after upgrading to 3.11
70
+ # - conda-forge::pytest-check
71
+ - pip
72
+ - pip:
73
+ - pytest-check
74
- matplotlib >=1.5
75
- mpmath
76
- pandas
0 commit comments