Skip to content

Commit

Permalink
Moved configs to configs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
adityasevak123ga committed Mar 21, 2024
1 parent 4c9d7e4 commit 239d430
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 432 deletions.
35 changes: 0 additions & 35 deletions cluster_test.py

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
71 changes: 39 additions & 32 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,39 +76,46 @@ def run(self):
]
},
setup_requires=[
'numpy==1.20.0',
'cython==0.29.22',
'numpy==1.26.4',
'cython==3.0.9',
],
install_requires=[
'numpy==1.20.0',
'cython==0.29.22',
'pycontracts == 1.7.9',
'tables >= 3.2.2',
'rasterio == 1.2.10',
'catboost == 1.0.3',
'affine >= 2.2.1',
'pyshp == 2.1.0',
'click >= 6.6',
'revrand >= 0.9.10',
'mpi4py==3.1.3',
'scipy==1.6.2',
'scikit-learn==0.22.2.post1',
'scikit-image==0.19.1',
'scikit-optimize == 0.8.1',
'wheel >= 0.29.0',
'PyYAML >= 3.11',
'pandas == 1.2.5',
'matplotlib==3.4.0',
'PyKrige==1.3.0',
'xgboost==1.4.2',
'setuptools>=30.0.0',
'eli5>=0.8.2',
'networkx==2.5.1',
'geopandas==0.9.0',
'hyperopt==0.2.5',
'Pillow==8.1.2',
"PyWavelets==1.2.0",
"imageio==2.9.0",
'numpy==1.26.4',
'cython==3.0.9',
'pycontracts==1.8.12',
'tables==3.9.2',
'rasterio==1.3.9',
'catboost==1.2.3',
'affine==2.4.0',
'pyshp==2.3.1',
'click==8.1.7',
'revrand==1.0.0',
'mpi4py==3.1.5',
'scipy==1.12.0',
'scikit-learn==1.1',
'scikit-image==0.22.0',
'scikit-optimize==0.10.1',
'wheel==0.43.0',
'PyYAML==6.0.1',
'pandas==2.2.1',
'matplotlib==3.8.3',
'PyKrige==1.7.1',
'xgboost==2.0.3',
'setuptools==69.2.0',
'eli5==0.13.0',
'networkx==3.2.1',
'geopandas==0.14.3',
'hyperopt==0.2.7',
'Pillow==10.2.0',
'PyWavelets==1.5.0',
'imageio==2.34.0',
'colorama==0.4.6',
'shap==0.45.0',
'boto3==1.34.67',
'seaborn==0.13.2',
'requests==2.31.0',
'vecstack==0.4.0',
'mlens==0.2.3'
],
extras_require={
'kmz': [
Expand All @@ -134,7 +141,7 @@ def run(self):
"License :: OSI Approved :: Apache Software License",
"Natural Language :: English",
"Programming Language :: Python",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Intended Audience :: Science/Research",
"Intended Audience :: Developers",
"Topic :: Software Development :: Libraries :: Python Modules",
Expand Down
62 changes: 0 additions & 62 deletions shap_image_test.py

This file was deleted.

88 changes: 0 additions & 88 deletions shap_prog_test.py

This file was deleted.

Loading

0 comments on commit 239d430

Please sign in to comment.