We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4fb7e01 + 4c58365 commit e723e96Copy full SHA for e723e96
.gitignore
@@ -37,10 +37,13 @@
37
keras_complex.egg-info/
38
build/
39
40
-.venv
+# Ignore virtual environment
41
venv
42
+.venv
43
44
+# IDE
45
.vscode
46
+.idea
47
48
dist/*
49
pyproject.toml
@@ -31,7 +31,7 @@ classifiers = [
31
"Natural Language :: English",
32
]
33
dependencies = [
34
- 'tensorflow>="2.0.0"',
+ 'tensorflow>=2.0.0',
35
'numpy',
36
'scipy',
'scikit-learn',
0 commit comments