Skip to content

Commit

Permalink
Merge pull request #201 from toolsforexperiments/astafan8-dep-ver
Browse files Browse the repository at this point in the history
Add minimal versions to dependencies
  • Loading branch information
jenshnielsen committed Jun 8, 2021
2 parents 013a50c + 94a8ca2 commit 23224fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ install_requires =
pandas>=0.22
xarray
pyqtgraph>=0.10.0
matplotlib
numpy
lmfit
matplotlib>=3.0.0
numpy>=1.12.0
lmfit>=1.0
h5py>=2.10.0
qtpy>=1.9.0
typing-extensions>=3.7.4.3
Expand All @@ -43,7 +43,7 @@ plottr =

[options.extras_require]
PyQt5 = PyQt5
PySide2 = PySide2
PySide2 = PySide2>=5.12

[options.packages.find]
include =
Expand Down

0 comments on commit 23224fa

Please sign in to comment.