Skip to content

Commit 58d247a

Browse files
Release: v0.0.1
1 parent 1adabd6 commit 58d247a

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

optimum/onnx/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.0.0.dev0"
15+
__version__ = "0.0.1"

pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,7 @@ classifiers = [
2828
"Programming Language :: Python :: 3.13",
2929
"Topic :: Scientific/Engineering :: Artificial Intelligence",
3030
]
31-
dependencies = [
32-
"optimum @ git+https://github.com/huggingface/optimum",
33-
"transformers>=4.36,<4.56.0",
34-
"onnx",
35-
]
31+
dependencies = ["optimum~=2.0.0", "transformers>=4.36.0,<4.56.0", "onnx"]
3632

3733
[project.urls]
3834
Homepage = "https://github.com/huggingface/optimum-onnx"

0 commit comments

Comments
 (0)