File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
condarecipe/larray-editor Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ requirements:
23
23
24
24
run :
25
25
- python
26
- - larray >=0.30
26
+ - larray >=0.32
27
27
- matplotlib
28
28
- ipykernel !=5.0, !=5.1
29
29
- pyqt
Original file line number Diff line number Diff line change @@ -16,9 +16,8 @@ def readlocal(fname):
16
16
LONG_DESCRIPTION = readlocal ("README.rst" )
17
17
SETUP_REQUIRES = []
18
18
# pyqt cannot be installed via pypi. Dependencies (pyqt, qtpy and matplotlib) moved to conda recipe
19
- # requires larray >= 0.30 because we import Product from it and this class was introduced in the 0.30
20
- # version of larray
21
- INSTALL_REQUIRES = ['larray >= 0.30' , 'ipykernel !=5.0, !=5.1' ]
19
+ # requires larray >= 0.32 because of the LArray -> Array rename
20
+ INSTALL_REQUIRES = ['larray >=0.32' , 'ipykernel !=5.0, !=5.1' ]
22
21
TESTS_REQUIRE = ['pytest' ]
23
22
24
23
LICENSE = 'GPLv3'
You can’t perform that action at this time.
0 commit comments