We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 344ec3d commit c42cf84Copy full SHA for c42cf84
setup.py
@@ -4,10 +4,6 @@
4
name = 'PythonDataProcessing',
5
packages = find_packages(),
6
include_package_data = True,
7
- setup(
8
- name = 'forecast-team-1',
9
- packages = find_packages(),
10
- include_package_data = True,
11
install_requires = [
12
'numpy==1.19.4',
13
'torch==1.8.1',
0 commit comments