Andrea Maldonado commited on
Commit
e8202a9
·
1 Parent(s): 8059675

Updates feeed version requirement

Browse files
Files changed (3) hide show
  1. .conda.yml +1 -1
  2. requirements.txt +1 -1
  3. setup.py +1 -1
.conda.yml CHANGED
@@ -41,7 +41,7 @@ dependencies:
41
  - deprecation==2.1.0
42
  - distributed==2024.2.1
43
  - emcee==3.1.4
44
- - feeed == 1.2.0
45
  - fsspec==2024.2.0
46
  - imbalanced-learn==0.12.0
47
  - imblearn==0.0
 
41
  - deprecation==2.1.0
42
  - distributed==2024.2.1
43
  - emcee==3.1.4
44
+ - feeed >= 1.3.2
45
  - fsspec==2024.2.0
46
  - imbalanced-learn==0.12.0
47
  - imblearn==0.0
requirements.txt CHANGED
@@ -22,7 +22,7 @@ deprecation==2.1.0
22
  distributed==2024.4.1
23
  emcee==3.1.4
24
  executing==2.0.1
25
- feeed==1.2.0
26
  fsspec==2024.3.1
27
  fonttools==4.51.0
28
  gitdb==4.0.11
 
22
  distributed==2024.4.1
23
  emcee==3.1.4
24
  executing==2.0.1
25
+ feeed>=1.3.2
26
  fsspec==2024.3.1
27
  fonttools==4.51.0
28
  gitdb==4.0.11
setup.py CHANGED
@@ -22,7 +22,7 @@ setup(
22
  include_package_data=True,
23
  install_requires=[
24
  'ConfigSpace==0.7.1',
25
- 'feeed==1.3.2',
26
  'imblearn==0.0',
27
  'Levenshtein==0.23.0',
28
  'matplotlib==3.8.4',
 
22
  include_package_data=True,
23
  install_requires=[
24
  'ConfigSpace==0.7.1',
25
+ 'feeed>=1.3.2',
26
  'imblearn==0.0',
27
  'Levenshtein==0.23.0',
28
  'matplotlib==3.8.4',