File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
33# Format expected by setup.py and doc/source/conf.py: string of form "X.Y.Z"
44_version_major = 0
5- _version_minor = 5
6- _version_micro = 0 #'' # use '' for first of series, number for 1 and above
7- _version_extra = ' dev'
5+ _version_minor = 4
6+ _version_micro = 2 #'' # use '' for first of series, number for 1 and above
7+ # _version_extra = dev'
88#_version_extra = '' # Uncomment this for full releases
99
1010# Construct full version string from these.
8585 "tests/*.py" , "examples/*.ipynb" ]}
8686
8787REQUIRES = ['pyzmq' ]
88- EXTRAS_REQUIRE = ['numpy' , 'scipy' , 'ipython' ]
88+ # EXTRAS_REQUIRE = ['numpy', 'scipy', 'ipython']
8989
9090BIN = ['scripts/publish-notebook' ]
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ def copy_bin(bin_path):
4949 packages = PACKAGES ,
5050 package_data = PACKAGE_DATA ,
5151 requires = REQUIRES ,
52- extras_require = EXTRAS_REQUIRE ,
52+ # extras_require=EXTRAS_REQUIRE,
5353 scripts = BIN
5454 )
5555
You can’t perform that action at this time.
0 commit comments