Skip to content

Commit

Permalink
Remove unused cutlery dependency and set version to 0.1.1 (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldk authored May 24, 2023
1 parent 786f9eb commit f2bca8f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cutlery>=0.0.3,<0.1.0
torch>=1.12.0
mypy>=0.990,<0.1000; platform_machine != "aarch64" and python_version >= "3.7"

Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[metadata]
version = 0.1.0
version = 0.1.1
description = Curated transformer models
url = https://github.com/explosion/curated-transformers
author = Explosion
Expand All @@ -14,7 +14,6 @@ zip_safe = true
include_package_data = true
python_requires = >=3.6
install_requires =
cutlery>=0.0.3,<0.1.0
torch>=1.12.0

[bdist_wheel]
Expand Down

0 comments on commit f2bca8f

Please sign in to comment.