Skip to content

Commit 1f7735c

Browse files
authored
Bump version + docs build fix
1 parent a59c4a7 commit 1f7735c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dev_environment.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies:
2525
- megnet
2626
- requests
2727
- sphinx
28-
- tensorflow
29-
- tensorflow-probability
28+
- tensorflow==2.7.0
29+
- tensorflow-probability==0.15.0
3030
- tox
3131
- twine

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# This call to setup() does all the work
1212
setup(
1313
name="unlockNN",
14-
version="2.0.2",
14+
version="2.0.3",
1515
description="Uncertainty quantification for neural network models of chemical systems.",
1616
long_description=README,
1717
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)