Skip to content

Commit 7abf8a8

Browse files
committed
fixing read the docs
1 parent c0f5cac commit 7abf8a8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@
88
version = "1.1.0",
99
package_dir = {"" : "packages"},
1010
packages = find_packages("packages", exclude=[]),
11-
install_requires=['cherrypy', 'numpy']
11+
# adding hard requirement for numpy since read the docs uses python 3.7 by default
12+
# second possible fix is to add read the docs yaml
13+
install_requires=['cherrypy', 'numpy==1.21.0']
1214
)

0 commit comments

Comments
 (0)