File tree 5 files changed +10
-14
lines changed
conda-recipe/factor_analyzer
5 files changed +10
-14
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ Confirmatory factor analysis example.
193
193
Requirements
194
194
------------
195
195
196
- - Python 3.7 or higher
196
+ - Python 3.8 or higher
197
197
- ``numpy ``
198
198
- ``pandas ``
199
199
- ``scipy ``
Original file line number Diff line number Diff line change 1
1
{% set name = "factor_analyzer" %}
2
- {% set version = "0.4.0 " %}
2
+ {% set version = "0.4.1 " %}
3
3
4
4
package :
5
5
name : ' {{ name|lower }}'
@@ -16,15 +16,12 @@ build:
16
16
- " {{ PYTHON }} -m pip install . --no-deps -vv"
17
17
18
18
requirements :
19
- build :
20
- - python >=3.6
19
+ host :
20
+ - python >=3.8
21
21
- setuptools
22
- - pandas
23
- - scipy
24
- - numpy
25
- - scikit-learn
22
+ - pip
26
23
run :
27
- - python >=3.6
24
+ - python >=3.8
28
25
- pandas
29
26
- scipy
30
27
- numpy
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ Both the EFA and CFA classes within this package are fully compatible with
21
21
22
22
.. important ::
23
23
24
- Please make sure to read the :ref: `important notes <important_notes >` section if you encounter any
25
- unexpected results.
24
+ Please make sure to read the :ref: `important notes <important_notes >`
25
+ section if you encounter any unexpected results.
26
26
27
27
28
28
Documentation
Original file line number Diff line number Diff line change 75
75
76
76
Requirements
77
77
------------
78
- - Python 3.7 or higher
78
+ - Python 3.8 or higher
79
79
- ``numpy ``
80
80
- ``pandas ``
81
81
- ``scipy ``
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ def requirements(): # noqa: D103
18
18
19
19
setup (
20
20
name = "factor_analyzer" ,
21
- version = "0.4.0 " ,
21
+ version = "0.4.1 " ,
22
22
description = "A Factor Analysis tool written in Python" ,
23
23
long_description = readme (),
24
24
keywords = "factor analysis" ,
@@ -40,7 +40,6 @@ def requirements(): # noqa: D103
40
40
"Operating System :: Unix" ,
41
41
"Operating System :: MacOS" ,
42
42
"Programming Language :: Python :: 3" ,
43
- "Programming Language :: Python :: 3.7" ,
44
43
"Programming Language :: Python :: 3.8" ,
45
44
"Programming Language :: Python :: 3.9" ,
46
45
"Programming Language :: Python :: 3.10" ,
You can’t perform that action at this time.
0 commit comments