Spaces:
Running
Running
Andrea Maldonado
commited on
Commit
·
eb1212c
1
Parent(s):
e8202a9
Erases old feeed installation
Browse files
setup.py
CHANGED
@@ -4,7 +4,7 @@ import os
|
|
4 |
with open("README.md", "r") as fh:
|
5 |
long_description = fh.read()
|
6 |
|
7 |
-
version_string = os.environ.get("VERSION_PLACEHOLDER", "1.0.
|
8 |
print(version_string)
|
9 |
version = version_string
|
10 |
|
@@ -22,7 +22,6 @@ 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',
|
@@ -44,7 +43,7 @@ setup(
|
|
44 |
'deprecation==2.1.0',
|
45 |
'distributed==2024.2.1',
|
46 |
'emcee==3.1.4',
|
47 |
-
'feeed
|
48 |
'fsspec==2024.2.0',
|
49 |
'imbalanced-learn==0.12.0',
|
50 |
'imblearn==0.0',
|
|
|
4 |
with open("README.md", "r") as fh:
|
5 |
long_description = fh.read()
|
6 |
|
7 |
+
version_string = os.environ.get("VERSION_PLACEHOLDER", "1.0.1")
|
8 |
print(version_string)
|
9 |
version = version_string
|
10 |
|
|
|
22 |
include_package_data=True,
|
23 |
install_requires=[
|
24 |
'ConfigSpace==0.7.1',
|
|
|
25 |
'imblearn==0.0',
|
26 |
'Levenshtein==0.23.0',
|
27 |
'matplotlib==3.8.4',
|
|
|
43 |
'deprecation==2.1.0',
|
44 |
'distributed==2024.2.1',
|
45 |
'emcee==3.1.4',
|
46 |
+
'feeed>=1.3.2',
|
47 |
'fsspec==2024.2.0',
|
48 |
'imbalanced-learn==0.12.0',
|
49 |
'imblearn==0.0',
|