Skip to content

Commit

Permalink
Use compatible release specifiers in requirements (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
ots22 authored Nov 29, 2022
1 parent 34f3e60 commit ef0fc0c
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
matplotlib>=3.6
numpy>=1.23
scipy>=1.9
pandas>=1.5
matplotlib~=3.6
numpy~=1.23
scipy~=1.9
pandas~=1.5
fsspec>=2022.11
pyyaml>=6.0
requests>=2.28
aiohttp>=3.8
intake>=0.6
intake-xarray>=0.6
pydantic>=1.9
exifread>=3.0
distinctipy>=1.2
ipython>=8.3
pyyaml~=6.0
requests~=2.28
aiohttp~=3.8
intake~=0.6
intake-xarray~=0.6
pydantic~=1.9
exifread~=3.0
distinctipy~=1.2
ipython~=8.3

0 comments on commit ef0fc0c

Please sign in to comment.