We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e67029 commit 7d6b85bCopy full SHA for 7d6b85b
geopytool/CustomClass.py
@@ -1,6 +1,6 @@
1
-version="1.0"
+version="1.1"
2
3
-date = '2024-02-03'
+date = '2024-02-07'
4
5
dpi = 64
6
# coding:utf-8
requirements.txt
@@ -11,7 +11,6 @@ BeautifulSoup4>=4.5.1
11
requests>=2.18.4
12
PyQt5>=5.12
13
scikit-learn>=0.19.1
14
-tensorflow>=2.3.1
15
keras>=1.18.5
16
tqdm>=4.54.1
17
gym>=0.18.0
setup.py
@@ -41,7 +41,6 @@
41
'requests',
42
'PyQt5',
43
'scikit-image',
44
- 'tensorflow',
45
'torch',
46
'keras',
47
'tqdm',
0 commit comments