Skip to content

Commit 7502bed

Browse files
Update nbtools
1 parent 7266cca commit 7502bed

File tree

4 files changed

+52
-768
lines changed

4 files changed

+52
-768
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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)

check_release_version.py

Lines changed: 0 additions & 6 deletions
This file was deleted.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

2222
dependencies = [
2323
"dill>=0.3",
@@ -37,7 +37,7 @@ image = [
3737

3838
research = [
3939
"multiprocess>=0.70",
40-
"py-nbtools>=0.9.14"
40+
"py-nbtools>=0.9.15"
4141
]
4242

4343
monitor = [

0 commit comments

Comments
 (0)