File tree Expand file tree Collapse file tree 3 files changed +18
-22
lines changed
Expand file tree Collapse file tree 3 files changed +18
-22
lines changed Original file line number Diff line number Diff line change @@ -3,25 +3,22 @@ channels:
33 - conda-forge
44dependencies :
55 - python>=3.9
6+ - astropy
7+ - cytoolz
8+ - dustgoggles
9+ - fast-histogram
10+ - matplotlib
11+ - more-itertools
612 - numpy
13+ - opencv
714 - pandas
8- - matplotlib
9- - git
10- - pip
11- - python-Levenshtein
12- - scipy
13- - fs
1415 - pathos
15- - cytoolz
16- - dustgoggles
17- - python-dateutil
1816 - pdr
19- - astropy
20- - sympy
21- - more-itertools
22- - fast-histogram
17+ - pip
18+ - python-dateutil
2319 - scikit-image
24- - opencv
25- # optional dependency for testing
20+ - scipy
21+ - sympy
22+ # optional dependencies for testing, included by default
2623 - pytest
2724 - hypothesis
Original file line number Diff line number Diff line change 1- __version__ = "0.9.14 "
1+ __version__ = "0.9.2 "
Original file line number Diff line number Diff line change 99
1010setup (
1111 name = "marslab" ,
12- version = "0.9.14 " ,
12+ version = "0.9.2 " ,
1313 url = "https://github.com/millionconcepts/marslab.git" ,
1414 author = "Million Concepts" ,
15151616 description = "Utilities for working with observational data of Mars." ,
1717 packages = find_packages (),
1818 python_requires = ">=3.9" ,
1919 install_requires = [
20- "numpy" ,
21- "scipy" ,
20+ "cytoolz" ,
2221 "dustgoggles" ,
23- "fs" ,
24- "pandas" ,
2522 "more-itertools" ,
23+ "numpy" ,
24+ "pandas" ,
2625 "pathos" ,
27- "cytoolz " ,
26+ "scipy " ,
2827 ],
2928 extras_require = {
3029 "pdr_load" : ["pdr" ],
You can’t perform that action at this time.
0 commit comments