Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

ai2thor-colab

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ai2thor-colab - npm Package Compare versions

Comparing version
0.0.1.dev8
to
0.0.1.dev9
+2
-2
ai2thor_colab.egg-info/PKG-INFO
Metadata-Version: 2.1
Name: ai2thor-colab
Version: 0.0.1.dev8
Version: 0.0.1.dev9
Summary: Utility functions for using AI2-THOR with Google Colab.

@@ -54,3 +54,3 @@ Home-page: https://github.com/allenai/ai2thor-colab

AI2-THOR Colab is [Apache Licensed](LICENSE).
AI2-THOR Colab is licensed under [Apache 2.0](LICENSE).

@@ -57,0 +57,0 @@ Platform: UNKNOWN

@@ -21,3 +21,3 @@ from IPython.display import HTML, display

__version__ = "0.0.1.dev8"
__version__ = "0.0.1.dev9"

@@ -24,0 +24,0 @@

Metadata-Version: 2.1
Name: ai2thor_colab
Version: 0.0.1.dev8
Version: 0.0.1.dev9
Summary: Utility functions for using AI2-THOR with Google Colab.

@@ -54,3 +54,3 @@ Home-page: https://github.com/allenai/ai2thor-colab

AI2-THOR Colab is [Apache Licensed](LICENSE).
AI2-THOR Colab is licensed under [Apache 2.0](LICENSE).

@@ -57,0 +57,0 @@ Platform: UNKNOWN

@@ -46,2 +46,2 @@ <p align="center"><img width="80%" src="doc/static/cover.svg" /></p>

AI2-THOR Colab is [Apache Licensed](LICENSE).
AI2-THOR Colab is licensed under [Apache 2.0](LICENSE).
from setuptools import setup
version = "0.0.1.dev8"
version = "0.0.1.dev9"

@@ -5,0 +5,0 @@ with open("README.md", encoding="utf-8") as f: