Skip to content

Commit

Permalink
[release 0.21] remove prototype stuff (#8794)
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasHug authored Dec 12, 2024
1 parent a9a726a commit a1c7f8e
Show file tree
Hide file tree
Showing 73 changed files with 1 addition and 13,362 deletions.
57 changes: 0 additions & 57 deletions .github/workflows/prototype-tests-linux-gpu.yml

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ def run(self):
long_description_content_type="text/markdown",
license="BSD",
packages=find_packages(exclude=("test",)),
package_data={package_name: ["*.dll", "*.dylib", "*.so", "prototype/datasets/_builtin/*.categories"]},
package_data={package_name: ["*.dll", "*.dylib", "*.so"]},
zip_safe=False,
install_requires=get_requirements(),
extras_require={
Expand Down
Loading

0 comments on commit a1c7f8e

Please sign in to comment.