Skip to content

Commit

Permalink
Fix incorrect dependabot change on the win32 numpy version and minimu…
Browse files Browse the repository at this point in the history
…m version for non-win32 platforms
  • Loading branch information
talister committed Dec 12, 2023
1 parent 980afe4 commit 51fc8c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions neoexchange/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--extra-index-url=http://buildsba.lco.gtn/python/
--trusted-host buildsba.lco.gtn
numpy==1.21.4; sys_platform != 'win32'
numpy==1.22.0; sys_platform == 'win32'
numpy==1.22.4; sys_platform != 'win32'
numpy==1.22.4+mkl; sys_platform == 'win32'
Django>=4.2.8,<5.0
#mysqlclient~=1.4.3
psycopg2-binary
Expand Down

0 comments on commit 51fc8c3

Please sign in to comment.