We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 740b779 commit 556b576Copy full SHA for 556b576
1 file changed
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name="ohara",
5
- version="0.1.2",
+ version="0.1.3",
6
packages=find_packages(),
7
author="joey00072",
8
author_email="00shxf@gmail.com",
@@ -13,7 +13,6 @@
13
install_requires=[
14
# Add your project dependencies here
15
"lightning>=2.3.0",
16
- "torch>=2.0.0",
17
"transformers>=4.46.0",
18
"datasets>=3.1.0",
19
"wandb>=0.18.0",
0 commit comments