File: test_env.yaml

package info (click to toggle)
python-pymbar 3.1.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 37,828 kB
  • sloc: python: 5,326; makefile: 154; ansic: 59; perl: 52; sh: 46
file content (20 lines) | stat: -rw-r--r-- 290 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name: test
channels:
  - conda-forge
dependencies:
    # Base depends
  - python
  - pip
  - numpy >=1.12
  - scipy
  - numexpr

    # Testing
  - pytest
  - pytest-cov
  - flaky
  - codecov
  - statsmodels <0.13
  - scikit-learn  # Provides the sklearn module
  - matplotlib-base
  - xlrd