Skip to content

Commit

Permalink
Fix Helios errors and bump to v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amogh7joshi committed Oct 2, 2022
1 parent d4fc61a commit 36833f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
include README.md
include agml/_assets/*.json
include agml/_assets/shape_info.pickle
include agml/_helios/helios_install.sh
prune agml/_internal
2 changes: 1 addition & 1 deletion agml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '0.4.0'
__version__ = '0.4.1'
__all__ = ['data', 'backend', 'viz']


Expand Down
12 changes: 1 addition & 11 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,17 +72,7 @@
packages=setuptools.find_packages(exclude = ('agml/_internal', )),
include_package_data=True,
classifiers=CLASSIFIERS,
install_requires=[
'numpy',
'matplotlib',
'tqdm',
'scikit-learn',
'opencv-python',
'torch',
'torchvision',
'tensorflow',
'pyyaml>=5.4.1'
],
install_requires=install_requires,
extras_require={
'dev': dev_requires,
'test': tests_require
Expand Down

0 comments on commit 36833f9

Please sign in to comment.