Skip to content

Commit

Permalink
update ros3 environment for py313
Browse files Browse the repository at this point in the history
  • Loading branch information
stephprince committed Nov 25, 2024
1 parent f944c33 commit a09abe0
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions environment-ros3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,18 @@ channels:
- defaults
dependencies:
- python==3.13
- h5py==3.11.0
- hdmf==3.14.3
- matplotlib==3.8.4
- numpy==2.1.1
- pandas==2.2.2
- h5py==3.12.1
- hdmf==3.14.5
- matplotlib==3.9.2
- numpy==2.1.3
- pandas==2.2.3
- python-dateutil==2.9.0
- setuptools
- pytest==7.4.3 # pin to pytest < 8 because of incompatibilities to be addressed
- fsspec==2024.6.0
- requests==2.32.3
- aiohttp==3.9.5
- aiohttp==3.11.7
- pip
- pip:
- remfile==0.1.13
- dandi==0.62.1 # NOTE: dandi is not available on conda for osx-arm64

0 comments on commit a09abe0

Please sign in to comment.