File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.4 .0
2+ current_version = 1.5 .0
33commit = True
44tag = False
55
Original file line number Diff line number Diff line change 55for few-shot learning experiences.
66"""
77
8- __version__ = "1.4 .0"
8+ __version__ = "1.5 .0"
Original file line number Diff line number Diff line change 77
88setup (
99 name = "easyfsl" ,
10- version = "1.4 .0" ,
10+ version = "1.5 .0" ,
1111 description = "Ready-to-use PyTorch code to boost your way into few-shot image classification" ,
1212 long_description = long_description ,
1313 long_description_content_type = "text/markdown" ,
1414 url = "https://github.com/sicara/easy-few-shot-learning" ,
1515 license = "MIT" ,
1616 install_requires = [
1717 "matplotlib>=3.0.0" ,
18- "pandas>=1.4 .0" ,
19- "torch>=1.4 .0" ,
18+ "pandas>=1.5 .0" ,
19+ "torch>=1.5 .0" ,
2020 "torchvision>=0.7.0" ,
2121 "tqdm>=4.1.0" ,
2222 ],
You can’t perform that action at this time.
0 commit comments