Is there limitation on the numpy version with Pref...
# ask-community
y
Is there limitation on the numpy version with Prefect 2.7.6? my numpy version is:
numpy                      1.24.1
and I get an error when running:
Copy code
$ prefect deployment build ...
the error is:
Copy code
encountered an exception: AttributeError("module 'numpy' has no attribute 'typeDict'")
1
doing
$ pip3 install numpy==1.21.1
solve the issue
🙌 1
👍 3