Skip to content

Commit

Permalink
Add python-snappy & lz4 requirements to CI
Browse files Browse the repository at this point in the history
These should already be satisfied when installed. Though this makes it
clearer that these are the required versions (particularly for any users
poking around trying to understand things).
  • Loading branch information
jakirkham committed May 3, 2022
1 parent 27d2f7e commit b7041b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions continuous_integration/environment-3.9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
- ipywidgets
- jinja2
- locket >=1.0
- lz4 # Only tested here
- lz4 >=0.23.1 # Only tested here
- msgpack-python
- netcdf4
- paramiko
Expand All @@ -32,7 +32,7 @@ dependencies:
- pytest-repeat
- pytest-rerunfailures
- pytest-timeout
- python-snappy # Only tested here
- python-snappy >=0.5.3 # Only tested here
- pytorch # Only tested here
- requests
- s3fs
Expand Down

0 comments on commit b7041b2

Please sign in to comment.