File: environment-ros3.yml

package info (click to toggle)
hdmf 3.14.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 19,380 kB
  • sloc: python: 34,738; makefile: 303; sh: 35
file content (15 lines) | stat: -rw-r--r-- 402 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# pinned dependencies to reproduce an entire development environment to use PyNWB with ROS3 support
name: ros3
channels:
  - conda-forge
  - defaults
dependencies:
  - python==3.12
  - h5py==3.11.0
  - matplotlib==3.8.4
  - numpy==2.0.0
  - pandas==2.2.2
  - python-dateutil==2.8.2
  - pytest==8.1.2  # regression introduced in pytest 8.2.*, will be fixed in 8.3.0
  - pytest-cov==5.0.0
  - setuptools