Skip to content

Commit

Permalink
Specify minimum package versions (#454)
Browse files Browse the repository at this point in the history
* add package versions

* use >=
  • Loading branch information
edwardchalstrey1 authored Nov 29, 2022
1 parent 62b76db commit 34f3e60
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
matplotlib
numpy
scipy
pandas
fsspec
pyyaml
requests
aiohttp
intake
intake-xarray==0.6.1
pydantic
exifread
distinctipy
ipython
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

0 comments on commit 34f3e60

Please sign in to comment.