Skip to content

Commit

Permalink
fixing read the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mletter1 committed Feb 24, 2022
1 parent c0f5cac commit 7abf8a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@
version = "1.1.0",
package_dir = {"" : "packages"},
packages = find_packages("packages", exclude=[]),
install_requires=['cherrypy', 'numpy']
# adding hard requirement for numpy since read the docs uses python 3.7 by default
# second possible fix is to add read the docs yaml
install_requires=['cherrypy', 'numpy==1.21.0']
)

0 comments on commit 7abf8a8

Please sign in to comment.