Skip to content

Commit e723e96

Browse files
Merge pull request #21 from casabre/main
Fixing dependency for Tensorflow
2 parents 4fb7e01 + 4c58365 commit e723e96

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,13 @@
3737
keras_complex.egg-info/
3838
build/
3939

40-
.venv
40+
# Ignore virtual environment
4141
venv
42+
.venv
4243

44+
# IDE
4345
.vscode
46+
.idea
4447

4548
dist/*
4649

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ classifiers = [
3131
"Natural Language :: English",
3232
]
3333
dependencies = [
34-
'tensorflow>="2.0.0"',
34+
'tensorflow>=2.0.0',
3535
'numpy',
3636
'scipy',
3737
'scikit-learn',

0 commit comments

Comments
 (0)