nest / nest-docker

Build scripts for the docker container with NEST simulator and services
https://nest-simulator.org/
GNU General Public License v2.0
3 stars 7 forks source link

Added pathlib patch for 3.3 #102

Closed steffengraber closed 2 years ago

terhorstd commented 2 years ago

Hey! Good catch! Could you also feed this back to nest upstream? – Thanks!

steffengraber commented 2 years ago

Already done - https://github.com/nest/nest-simulator/pull/2353. I still have to integrate the end result here

heplesser commented 2 years ago

@steffengraber In https://github.com/nest/nest-simulator/pull/2353, we removed pathlib entirely, since it is part of the Python standard library. This PR replaces it by pathlib2 in the requirements. Is that necessary, or can we drop pathlib2 here as well, as in NEST itself?

steffengraber commented 2 years ago

@heplesser I will also remove it here.