Skip to content

Commit

Permalink
Update dependencies to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored May 29, 2024
1 parent 5ef3d1d commit 63bc9f6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions environment-ros3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ dependencies:
- hdmf==3.14.0
- matplotlib==3.8.0
- numpy==1.26.4
- pandas==2.2.1
- python-dateutil==2.8.2
- pandas==2.2.2
- python-dateutil==2.9.0
- setuptools
- pytest==7.4.3 # This is for the upcoming pytest update
- dandi==0.60.0 # NOTE: dandi does not support osx-arm64
Expand All @@ -19,4 +19,4 @@ dependencies:
- aiohttp==3.9.3
- pip
- pip:
- remfile==0.1.9
- remfile==0.1.11
16 changes: 8 additions & 8 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# compute coverage, and create test environments. note that depending on the version of python installed, different
# versions of requirements may be installed due to package incompatibilities.
#
black==24.3.0
codespell==2.2.6
coverage==7.3.2
pytest==7.4.3
isort==5.12.0
pytest-cov==4.1.0
tox==4.11.3
ruff==0.1.3
black==24.4.2
codespell==2.3.0
coverage==7.5.3
pytest==8.2.1
isort==5.13.2
pytest-cov==5.0.0
tox==4.15.0
ruff==0.4.6
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
h5py==3.11.0
hdmf==3.14.0
numpy==1.26.4
pandas==2.2.1
pandas==2.2.2
python-dateutil==2.9.0.post0

0 comments on commit 63bc9f6

Please sign in to comment.