We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a59c4a7 commit 1f7735cCopy full SHA for 1f7735c
dev_environment.yml
@@ -25,7 +25,7 @@ dependencies:
25
- megnet
26
- requests
27
- sphinx
28
- - tensorflow
29
- - tensorflow-probability
+ - tensorflow==2.7.0
+ - tensorflow-probability==0.15.0
30
- tox
31
- twine
setup.py
@@ -11,7 +11,7 @@
11
# This call to setup() does all the work
12
setup(
13
name="unlockNN",
14
- version="2.0.2",
+ version="2.0.3",
15
description="Uncertainty quantification for neural network models of chemical systems.",
16
long_description=README,
17
long_description_content_type="text/markdown",
0 commit comments