File tree Expand file tree Collapse file tree 4 files changed +52
-768
lines changed Expand file tree Collapse file tree 4 files changed +52
-768
lines changed Original file line number Diff line number Diff line change 11[ ![ License] ( https://img.shields.io/github/license/analysiscenter/batchflow.svg )] ( https://www.apache.org/licenses/LICENSE-2.0 )
2- [ ![ Python] ( https://img.shields.io/badge/python-3.9 -blue.svg )] ( https://python.org )
2+ [ ![ Python] ( https://img.shields.io/badge/python-3.10 -blue.svg )] ( https://python.org )
33[ ![ PyTorch] ( https://img.shields.io/badge/PyTorch-2.0-orange.svg )] ( https://pytorch.org )
44[ ![ codecov] ( https://codecov.io/gh/analysiscenter/batchflow/branch/master/graph/badge.svg )] ( https://codecov.io/gh/analysiscenter/batchflow )
55[ ![ PyPI] ( https://badge.fury.io/py/batchflow.svg )] ( https://badge.fury.io/py/batchflow )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ classifiers = [
1313 " Operating System :: OS Independent" ,
1414 " Programming Language :: Python" ,
1515 " Programming Language :: Python :: 3" ,
16- " Programming Language :: Python :: 3.9 " ,
16+ " Programming Language :: Python :: 3.10 " ,
1717 " Topic :: Scientific/Engineering"
1818]
1919
20- requires-python = " >=3.9 "
20+ requires-python = " >=3.10 "
2121
2222dependencies = [
2323 " dill>=0.3" ,
@@ -37,7 +37,7 @@ image = [
3737
3838research = [
3939 " multiprocess>=0.70" ,
40- " py-nbtools>=0.9.14 "
40+ " py-nbtools>=0.9.15 "
4141]
4242
4343monitor = [
You can’t perform that action at this time.
0 commit comments